summaryrefslogtreecommitdiffstats
path: root/src/userlist.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-18 16:48:22 +0200
committerSimon Rettberg2019-10-18 16:48:22 +0200
commit43028a40d5d68bb3bf5e6e0dc7a7a5888e64a706 (patch)
tree0b6104a310115e511cbb92a529a848735ca36fc9 /src/userlist.h
parentFix fd leak (diff)
downloadidle-daemon-43028a40d5d68bb3bf5e6e0dc7a7a5888e64a706.tar.gz
idle-daemon-43028a40d5d68bb3bf5e6e0dc7a7a5888e64a706.tar.xz
idle-daemon-43028a40d5d68bb3bf5e6e0dc7a7a5888e64a706.zip
Add feature to clean up user processes after logout
Diffstat (limited to 'src/userlist.h')
-rw-r--r--src/userlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userlist.h b/src/userlist.h
index 189b0c2..f9ae458 100644
--- a/src/userlist.h
+++ b/src/userlist.h
@@ -19,7 +19,7 @@ struct user {
int lastActivityOffset;
int lockTimeOffset;
int loginctlFails;
- bool mark;
+ bool online, lastOnline;
bool isLocked;
char user[STRLEN];
char device[STRLEN];