From 889e9311e5c900ce24eecf00fcb5b8b9d51bb020 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 14 Nov 2005 14:46:35 +0000 Subject: [workqueue] Update workqueue users callbacks to additional arguments 2005-11-14 Paul Jakma * (general) pass struct work-queue to callback functions. * workqueue.h: (struct work_queue) move the state flag variables to end. Add an opaque pointer to spec, for user-data global to the queue. Pass reference to work_queue to all callbacks. * workqueue.c: (work_queue_item_remove) pass ref to workqueue to user callbacks. (work_queue_run) ditto. --- lib/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 42934575..e544d044 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2005-11-14 Paul Jakma + + * (general) pass struct work-queue to callback functions. + * workqueue.h: (struct work_queue) move the state flag + variables to end. + Add an opaque pointer to spec, for user-data global to the + queue. + Pass reference to work_queue to all callbacks. + * workqueue.c: (work_queue_item_remove) pass ref to workqueue + to user callbacks. + (work_queue_run) ditto. + 2005-11-14 Paul Jakma * (general) Add state to detect queue floods. There's no sense -- cgit v1.2.1