diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-04 16:57:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-04 18:09:19 +0100 |
commit | 9cbfc66c621c42aa6e58e9e0da0adfb01efa7537 (patch) | |
tree | 5bac0472b33e87c1fc2eb808f7d6d921d818d630 /src/libsystemd/sd-bus/bus-internal.h | |
parent | f1f00dbb7f3741b30d4a26b1a8b65ec46ff1fde3 (diff) |
sd-bus: also allow setting descriptions on bus slots
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 b1310a8640..07381485ec 100644 --- a/src/libsystemd/sd-bus/bus-internal.h +++ b/src/libsystemd/sd-bus/bus-internal.h @@ -142,6 +142,7 @@ struct sd_bus_slot { void *userdata; BusSlotType type:5; bool floating:1; + char *description; LIST_FIELDS(sd_bus_slot, slots); |