From e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 29 Jan 2008 17:36:19 +0000 Subject: added ability to re-enqueue objects into the queue when a worker thread is cancelled --- obj.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'obj.c') diff --git a/obj.c b/obj.c index 1559628b..9181dec9 100644 --- a/obj.c +++ b/obj.c @@ -616,7 +616,9 @@ finalize_it: /* De-Serialize an object. * Params: Pointer to object Pointer (pObj) (like a obj_t**, but can not do that due to compiler warning) - * expected object ID (to check against) + * expected object ID (to check against), a fixup function that can modify the object before it is finalized + * and a user pointer that is to be passed to that function in addition to the object. The fixup function + * pointer may be NULL, in which case none is called. * The caller must destruct the created object. * rgerhards, 2008-01-07 */ -- cgit