chiark / gitweb /
sd-bus: suppress installing local bus matches server side
[elogind.git] / src / libelogind / sd-bus / bus-internal.h
index 2ee0eabc021487a83fa1482cad782a6551ac79a3..a8e1eb1f386b24f325b3275316ec8edb2dd686b8 100644 (file)
@@ -141,6 +141,7 @@ struct sd_bus_slot {
         void *userdata;
         BusSlotType type:5;
         bool floating:1;
+        bool match_added:1;
         char *description;
 
         LIST_FIELDS(sd_bus_slot, slots);