summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h
index ded422585..2f4908f4e 100644
--- a/readconf.h
+++ b/readconf.h
@@ -56,6 +56,7 @@ typedef struct {
56 int compression_level; /* Compression level 1 (fast) to 9 56 int compression_level; /* Compression level 1 (fast) to 9
57 * (best). */ 57 * (best). */
58 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ 58 int tcp_keep_alive; /* Set SO_KEEPALIVE. */
59 int setuptimeout; /* timeout in the protocol banner exchange */
59 LogLevel log_level; /* Level for logging. */ 60 LogLevel log_level; /* Level for logging. */
60 61
61 int port; /* Port to connect. */ 62 int port; /* Port to connect. */