summaryrefslogtreecommitdiff
path: root/src/logind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logind.h')
-rw-r--r--src/logind.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/logind.h b/src/logind.h
index 1b7a2b2398..7de8e3bcf8 100644
--- a/src/logind.h
+++ b/src/logind.h
@@ -37,8 +37,8 @@
* recreate VTs when disallocated
* PAM rewrite
* spawn user systemd
- * dbus API
* direct client API
+ * subscribe to cgroup changes, fd HUP
*
* non-local X11 server
* reboot/shutdown halt management
@@ -76,11 +76,13 @@ struct Manager {
Seat *vtconsole;
char *cgroup_path;
- char **controllers, **reset_controllers;
+ char **controllers;
char **kill_only_users, **kill_exclude_users;
bool kill_user_processes;
+
+ unsigned long session_counter;
};
Manager *manager_new(void);