diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 17:42:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 17:42:29 +0000 |
commit | 4de9d48b3991b09711045a04a568d0c68b61d7dc (patch) | |
tree | 2e6e06511116104a1b9a4f432ece6e9d9bac4e0c /pfinet/linux | |
parent | c0a0ebf04e31c19063912dbb143e33ad7082083b (diff) |
Formerly timer.h.~3~
Diffstat (limited to 'pfinet/linux')
-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); |