diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ typedef struct /*_websocksy_config*/ { char* host; char* port; + unsigned verbosity; time_t ping_interval; ws_backend backend; } ws_config; |