summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runopts.h b/runopts.h
index e9d2363..44c3b5e 100644
--- a/runopts.h
+++ b/runopts.h
@@ -38,7 +38,7 @@ typedef struct runopts {
#endif
unsigned int recv_window;
unsigned int keepalive_secs;
-
+ unsigned int idle_timeout_secs;
} runopts;
extern runopts opts;