summaryrefslogtreecommitdiff
path: root/vchat-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-client.c')
-rwxr-xr-xvchat-client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vchat-client.c b/vchat-client.c
index 71a596c..f5cd516 100755
--- a/vchat-client.c
+++ b/vchat-client.c
@@ -43,6 +43,8 @@ int status = 1;
43int ownquit = 0; 43int ownquit = 0;
44/* we set this, we DONT want to quit */ 44/* we set this, we DONT want to quit */
45int wantreconnect = 0; 45int wantreconnect = 0;
46unsigned int want_tcp_keepalive = 0;
47
46static int reconnect_delay = 6; 48static int reconnect_delay = 6;
47static time_t reconnect_time = 0; 49static time_t reconnect_time = 0;
48 50