summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1994-03-15 07:48:13 +0000
committerGravatar Richard Basch <probe@mit.edu>1994-03-15 07:48:13 +0000
commit697436864a228a1815747aa6edd04c2e798d89b0 (patch)
treeb10abbe61fff36d2a95451a2c740d8a62866cc9c /server/main.c
parent199292cfecb3c673e79c715aba2d1b1dd890a647 (diff)
Declare t_local here, where it is initialized
Diffstat (limited to 'server/main.c')
-rw-r--r--server/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/main.c b/server/main.c
index 590793f..19832b8 100644
--- a/server/main.c
+++ b/server/main.c
@@ -140,6 +140,8 @@ unsigned long m_size;
int zalone;
#endif
+struct timeval t_local; /* store current time for other uses */
+
u_long npackets; /* number of packets processed */
long uptime; /* when we started operations */
static int nofork;