]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-session.h
logind: add option to stop idle sessions after specified timeout
[thirdparty/systemd.git] / src / login / logind-session.h
index 6b6ac2d573f43ecc7fdd407d5b5f1d73cad39690..4c286079866a78ef7ed1ceca3f500a69db946ad8 100644 (file)
@@ -115,6 +115,8 @@ struct Session {
         Hashmap *devices;
         sd_bus_track *track;
 
+        sd_event_source *stop_on_idle_event_source;
+
         LIST_FIELDS(Session, sessions_by_user);
         LIST_FIELDS(Session, sessions_by_seat);