diff -r 3e0a148eb38d -r b7797f8a813d master/master.h --- a/master/master.h Tue Apr 25 13:45:00 2006 +0000 +++ b/master/master.h Wed Apr 26 10:15:02 2006 +0000 @@ -101,8 +101,7 @@ int (*request_cb)(void *); /**< lock request callback */ void (*release_cb)(void *); /**< lock release callback */ void *cb_data; /**< data parameter of locking callbacks */ - struct workqueue_struct *eoe_wq; /**< work queue for EoE processing */ - struct work_struct eoe_work; /**< EoE work object */ + struct timer_list eoe_timer; /** EoE timer object */ }; /*****************************************************************************/