X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fworkqueue.h;h=b16a9947c31dbd9385a3e5ba5efaaae7a0a45cbe;hb=da2f99caf76902aacb06fd389994ac79182a92da;hp=f23198c1d3b2efa386bcd98345a2f4fe1ebdb9c6;hpb=55c61789e3688bdb328394b4bede121c86dd72cb;p=libucw.git diff --git a/lib/workqueue.h b/lib/workqueue.h index f23198c1..b16a9947 100644 --- a/lib/workqueue.h +++ b/lib/workqueue.h @@ -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);