diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h index 93d833cee..97b6c2be4 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -54,6 +54,7 @@ typedef struct { | |||
54 | int compression_level; /* Compression level 1 (fast) to 9 | 54 | int compression_level; /* Compression level 1 (fast) to 9 |
55 | * (best). */ | 55 | * (best). */ |
56 | int tcp_keep_alive; /* Set SO_KEEPALIVE. */ | 56 | int tcp_keep_alive; /* Set SO_KEEPALIVE. */ |
57 | int setuptimeout; /* timeout in the protocol banner exchange */ | ||
57 | LogLevel log_level; /* Level for logging. */ | 58 | LogLevel log_level; /* Level for logging. */ |
58 | 59 | ||
59 | int port; /* Port to connect. */ | 60 | int port; /* Port to connect. */ |