diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 12:43:04 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 12:43:04 +0100 |
commit | e4d1706031540ae74ff104c44adeb735ee0bfcf4 (patch) | |
tree | 46e12bb133f0810bf9f535ad8f34a7415746c31f /structures.h | |
parent | 38bd2b2761b7d0f556945ffad78f73536e12e157 (diff) |
Add a configuration option to include the date in the timestamp when replaying the replay log.
Diffstat (limited to 'structures.h')
-rw-r--r-- | structures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/structures.h b/structures.h index a959a92..66c34d0 100644 --- a/structures.h +++ b/structures.h @@ -80,6 +80,7 @@ struct settings { int replaylogging; int debugkeep; int background; // Whether or not we're running in the background (detached from the terminal as a daemon) + int replaydates; // Whether or not to include datestamps when replaying the replay log }; // Structure of a connected clien, their socket/file descriptors, their authentication status, and their OpenSSL structures |