chiark / gitweb /
logind: when initializing drop sessions that are unreferenced
[elogind.git] / src / logind-session.h
index d0cf0ed8866e3888a2be47938d69e27c61a9db91..303e61abdfb7fc34cc9d7eac8cc72b5a3323391b 100644 (file)
@@ -86,7 +86,7 @@ struct Session {
 
 Session *session_new(Manager *m, User *u, const char *id);
 void session_free(Session *s);
-int session_check_gc(Session *s);
+int session_check_gc(Session *s, bool drop_not_started);
 void session_add_to_gc_queue(Session *s);
 int session_activate(Session *s);
 bool session_is_active(Session *s);