diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2015-06-17 12:20:03 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2015-06-17 12:20:03 +0200 |
commit | 9d8a5fd3e62ee89073364a3f7fa95c50dc85d890 (patch) | |
tree | 5c2c60e3e0207b0d033bdf4f67873300006a1157 /src/libsystemd/sd-bus/bus-internal.h | |
parent | 6e2ebc85ad5babb49e299d191f225742a7a0f63c (diff) | |
parent | cc65fe5e14770d0116e0f475c5dc2ef57113bc98 (diff) |
Merge pull request #244 from poettering/sdbus-suppress-local
sd-bus: suppress installing local bus matches server side
Diffstat (limited to 'src/libsystemd/sd-bus/bus-internal.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-internal.h b/src/libsystemd/sd-bus/bus-internal.h index 88c058889a..c3e20ee1bf 100644 --- a/src/libsystemd/sd-bus/bus-internal.h +++ b/src/libsystemd/sd-bus/bus-internal.h @@ -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); |