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 4565b2c2c..630895ee4 100644
--- a/readconf.h
+++ b/readconf.h
@@ -57,6 +57,7 @@ typedef struct {
57 int compression_level; /* Compression level 1 (fast) to 9 57 int compression_level; /* Compression level 1 (fast) to 9
58 * (best). */ 58 * (best). */
59 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ 59 int tcp_keep_alive; /* Set SO_KEEPALIVE. */
60 int setuptimeout; /* timeout in the protocol banner exchange */
60 LogLevel log_level; /* Level for logging. */ 61 LogLevel log_level; /* Level for logging. */
61 62
62 int port; /* Port to connect. */ 63 int port; /* Port to connect. */