diff options
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 |