summaryrefslogtreecommitdiffstats
path: root/src/userlist.h
diff options
context:
space:
mode:
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];