X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=automount.c;fp=automount.c;h=fa5fd52552afc9af95ee63a1301bfa9f024ce70f;hb=4139c1b2729f88991159b9affa2ebf3e4eb904a0;hp=5d79131afcbcd814ee4eb0951c59e6dca0272640;hpb=41447faf1fc57463becabce399d983df762a104c;p=elogind.git diff --git a/automount.c b/automount.c index 5d79131af..fa5fd5255 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 };