aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 7bf43de95..143be3b2d 100644
--- a/options.h
+++ b/options.h
@@ -7,6 +7,8 @@ typedef struct
{
char *host;
int port;
+ int reconnect;
+ int debug;
} options_t;