summaryrefslogtreecommitdiffstats
path: root/include/logind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/logind.h')
-rw-r--r--include/logind.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/logind.h b/include/logind.h
index 0b229faa..493d0c09 100644
--- a/include/logind.h
+++ b/include/logind.h
@@ -7,9 +7,13 @@
typedef struct login_data
{
+ // size of current structure
+ size_t cb;
+
// terminal information
int t_lines, t_cols;
int encoding;
+ Fnv32_t client_code;
// user authentication
char userid[IDLEN+1];