From 6600b726b8d077a430fcca0698040892f9aa979c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 14 Apr 2015 22:01:48 +0200 Subject: [PATCH] automount: add expire support --- src/shared/ask-password-api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/ask-password-api.h b/src/shared/ask-password-api.h index 0954e072b..571101ced 100644 --- a/src/shared/ask-password-api.h +++ b/src/shared/ask-password-api.h @@ -29,3 +29,4 @@ int ask_password_agent(const char *message, const char *icon, const char *id, int ask_password_auto(const char *message, const char *icon, const char *id, usec_t until, bool accept_cached, char ***_passphrases); + SD_BUS_PROPERTY("TimeoutIdleUSec", "t", bus_property_get_usec, offsetof(Automount, timeout_idle_usec), SD_BUS_VTABLE_PROPERTY_CONST), -- 2.30.2