Ticket #2752: callout_def.patch
File callout_def.patch, 415 bytes (added by , 16 years ago) |
---|
-
src/libs/compat/freebsd_network/compat/sys/callout.h
10 10 #include <sys/mutex.h> 11 11 #include <sys/queue.h> 12 12 13 #define CALLOUT_MPSAFE 1 13 14 14 15 struct callout { 15 16 struct net_timer c_timer;