diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-18 03:08:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-18 03:08:16 +0200 |
commit | 4139c1b2729f88991159b9affa2ebf3e4eb904a0 (patch) | |
tree | 230a49b730ba77bec3829595313bdb4b7bcd53f4 /automount.c | |
parent | 41447faf1fc57463becabce399d983df762a104c (diff) |
dbus: greatly extend dbus coverage
Diffstat (limited to 'automount.c')
-rw-r--r-- | automount.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/automount.c b/automount.c index 5d79131afc..fa5fd52552 100644 --- a/automount.c +++ b/automount.c @@ -34,6 +34,7 @@ #include "load-fragment.h" #include "load-dropin.h" #include "unit-name.h" +#include "dbus-automount.h" static const UnitActiveState state_translation_table[_AUTOMOUNT_STATE_MAX] = { [AUTOMOUNT_DEAD] = UNIT_INACTIVE, @@ -602,5 +603,7 @@ const UnitVTable automount_vtable = { .fd_event = automount_fd_event, + .bus_message_handler = bus_automount_message_handler, + .shutdown = automount_shutdown }; |