X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus.c;h=f5bbc5815a364693874eb26f0ef40686ad97c763;hp=6dd495d4df6be3ea542f87bae2f2006bafa57f32;hb=01f78473b104d28db0fa813414092bc6358ae521;hpb=871d7de47c13ee6cd78b8eefdf9128be3c740ac0 diff --git a/src/dbus.c b/src/dbus.c index 6dd495d4d..f5bbc5815 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -41,6 +41,7 @@ #include "dbus-snapshot.h" #include "dbus-swap.h" #include "dbus-timer.h" +#include "dbus-path.h" static const char bus_properties_interface[] = BUS_PROPERTIES_INTERFACE; static const char bus_introspectable_interface[] = BUS_INTROSPECTABLE_INTERFACE; @@ -60,6 +61,7 @@ const char *const bus_interface_table[] = { "org.freedesktop.systemd1.Snapshot", bus_snapshot_interface, "org.freedesktop.systemd1.Swap", bus_swap_interface, "org.freedesktop.systemd1.Timer", bus_timer_interface, + "org.freedesktop.systemd1.Path", bus_path_interface, NULL };