From 4de9d48b3991b09711045a04a568d0c68b61d7dc Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Aug 1995 17:42:29 +0000 Subject: Formerly timer.h.~3~ --- pfinet/linux/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfinet/linux/timer.h b/pfinet/linux/timer.h index f1a5e300..036425b7 100644 --- a/pfinet/linux/timer.h +++ b/pfinet/linux/timer.h @@ -3,7 +3,7 @@ struct timer_list { - struct timer_list *next, *prev; + cthread_t thread; u_long expires; u_long data; void (*function)(unsigned long); -- cgit v1.2.3