diff runopts.h @ 568:005530560594

Rearrange getaddrstring() etc
author Matt Johnston <matt@ucc.asn.au>
date Tue, 01 Sep 2009 16:38:26 +0000
parents de3653483ac0
children f9b5dc0cba61
line wrap: on
line diff
--- a/runopts.h	Mon Aug 31 15:25:39 2009 +0000
+++ b/runopts.h	Tue Sep 01 16:38:26 2009 +0000
@@ -37,8 +37,8 @@
 	int listen_fwd_all;
 #endif
 	unsigned int recv_window;
-	unsigned int keepalive_secs;
-	unsigned int idle_timeout_secs;
+	time_t keepalive_secs;
+	time_t idle_timeout_secs;
 
 } runopts;