aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2024-02-27 22:56:19 +0100
committercbdev <cb@cbcdn.com>2024-02-27 22:56:19 +0100
commitc4d1da757fc32e8d05e592f3b60484e2bfbf8d67 (patch)
tree399ae1be7b850e43268a3175ad883e94c2cd3dee /config.h
parentd80b85d2b61225a27fa7b2058f60831d4a73110f (diff)
downloadwebsocksy-master.tar.gz
websocksy-master.tar.bz2
websocksy-master.zip
Remove debug outputHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index b151486..61e43c1 100644
--- a/config.h
+++ b/config.h
@@ -2,6 +2,7 @@
typedef struct /*_websocksy_config*/ {
char* host;
char* port;
+ unsigned verbosity;
time_t ping_interval;
ws_backend backend;
} ws_config;