summaryrefslogtreecommitdiff
path: root/src/core/dbus-busname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-busname.c')
-rw-r--r--src/core/dbus-busname.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/dbus-busname.c b/src/core/dbus-busname.c
index 854491b2ee..5dd3a5e1ec 100644
--- a/src/core/dbus-busname.c
+++ b/src/core/dbus-busname.c
@@ -31,5 +31,7 @@ const sd_bus_vtable bus_busname_vtable[] = {
SD_BUS_VTABLE_START(0),
SD_BUS_PROPERTY("Name", "s", NULL, offsetof(BusName, name), SD_BUS_VTABLE_PROPERTY_CONST),
SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(BusName, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
+ SD_BUS_PROPERTY("Activating", "b", bus_property_get_bool, offsetof(BusName, activating), SD_BUS_VTABLE_PROPERTY_CONST),
+ SD_BUS_PROPERTY("AcceptFileDescriptors", "b", bus_property_get_bool, offsetof(BusName, accept_fd), SD_BUS_VTABLE_PROPERTY_CONST),
SD_BUS_VTABLE_END
};