- Global time_t now, so that we don't have to call time() too often.
[tinc] / src / net.h
index 0dc8181..07e589a 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: net.h,v 1.9.4.44 2002/03/01 12:26:56 guus Exp $
+    $Id: net.h,v 1.9.4.46 2002/03/01 14:09:31 guus Exp $
 */
 
 #ifndef __TINC_NET_H__
@@ -109,13 +109,13 @@ extern char *status_text[];
 
 extern int tcp_socket[MAXSOCKETS];
 extern int udp_socket[MAXSOCKETS];
-extern int tcp_sockets;
-extern int udp_sockets;
+extern int listen_sockets;
 extern int keyexpires;
 extern int keylifetime;
 extern int do_prune;
 extern int do_purge;
 extern char *myport;
+extern time_t now;
 
 extern void retry_outgoing(outgoing_t *);
 extern void handle_incoming_vpn_data(int);