summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/structures.h b/structures.h
index d070638..b2585bd 100644
--- a/structures.h
+++ b/structures.h
@@ -83,6 +83,11 @@ struct settings {
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
+ int alertconnect;
+ int alertauthfail;
+ int alertauthsuccess;
+ int alertunautheddisconnect;
+ int alertautheddisconnect;
};
// Structure of a connected client, their socket/file descriptors, their authentication status, and their OpenSSL structures