master/master.h
changeset 206 60a10d85c20b
parent 204 5ab50514d9b2
child 208 b7797f8a813d
--- a/master/master.h	Tue Apr 25 12:15:54 2006 +0000
+++ b/master/master.h	Tue Apr 25 13:43:13 2006 +0000
@@ -101,6 +101,8 @@
     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 */
 };
 
 /*****************************************************************************/
@@ -124,7 +126,6 @@
 
 // misc.
 void ec_master_output_stats(ec_master_t *);
-void ec_master_run_eoe(ec_master_t *);
 
 /*****************************************************************************/