]> mj.ucw.cz Git - libucw.git/blobdiff - lib/workqueue.h
Some Perl modules have moved to UCW namespace.
[libucw.git] / lib / workqueue.h
index f23198c1d3b2efa386bcd98345a2f4fe1ebdb9c6..b16a9947c31dbd9385a3e5ba5efaaae7a0a45cbe 100644 (file)
@@ -73,7 +73,6 @@ struct work {                                 // A single request
   uns priority;
   struct work_queue *reply_to;                 // Where to queue the request when it's finished
   void (*go)(struct worker_thread *t, struct work *w);         // Called inside the worker thread
-  void (*returned)(struct work_queue *q, struct work *w);      // Called when returned back, NULL if work_wait should return
 };
 
 void worker_pool_init(struct worker_pool *p);