summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
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;