diff options
-rw-r--r-- | pfinet/linux/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |