chiark / gitweb /
automount: add expire support
authorMichael Olbrich <m.olbrich@pengutronix.de>
Tue, 14 Apr 2015 20:01:48 +0000 (22:01 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 07:05:48 +0000 (08:05 +0100)
src/shared/ask-password-api.h

index 0954e072be47d75b61f571fde48513867863e5d2..571101cedf319522349eca1ca9850673fbfbe105 100644 (file)
@@ -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),