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 c4d20e0..86f83b7 100644 --- a/structures.h +++ b/structures.h @@ -90,6 +90,7 @@ struct settings { int alertauthsuccess; int alertunautheddisconnect; int alertautheddisconnect; + int checkupdates; }; // Structure of a connected client, their socket/file descriptors, their authentication status, and their OpenSSL structures |