From af847acc27978cf48721aafbacab70e48f42ede7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 May 1998 21:46:38 +0000 Subject: Whee, multicast sockets work! Implemented recurrent timers. --- sysdep/unix/timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/unix/timer.h') diff --git a/sysdep/unix/timer.h b/sysdep/unix/timer.h index 0589ec0..00307f7 100644 --- a/sysdep/unix/timer.h +++ b/sysdep/unix/timer.h @@ -20,6 +20,7 @@ typedef struct timer { void (*hook)(struct timer *); void *data; unsigned randomize; /* Amount of randomization */ + unsigned recurrent; /* Timer recurrence */ node n; /* Internal link */ clock_t expires; /* 0=inactive */ } timer; -- cgit v1.2.3