summaryrefslogtreecommitdiffstats
path: root/authdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'authdb.h')
-rw-r--r--authdb.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/authdb.h b/authdb.h
index 1e50726..29000bd 100644
--- a/authdb.h
+++ b/authdb.h
@@ -22,13 +22,11 @@ struct authdb_entry {
sockaddr_any switch_ip;
uint64_t block_categories;
uint64_t hard_block_categories;
- } p;
-
- struct {
uint32_t login_time;
- uint32_t override_time;
- uint32_t checksum;
- } u;
+ } p;
+ uint32_t last_activity_time;
+ uint32_t override_time;
+ uint32_t checksum;
};
struct authdb_map_entry {