summaryrefslogtreecommitdiffstats
path: root/obj.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-29 17:36:19 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-29 17:36:19 +0000
commite12e53cfbb8b8764dcbd4da3ff143ad9d46a8795 (patch)
tree18d6567c396b258ca4fb373421168de1588a640a /obj.c
parent7adc80509c80239802716233f8168d566e278873 (diff)
downloadrsyslog-e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795.tar.gz
rsyslog-e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795.tar.xz
rsyslog-e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795.zip
added ability to re-enqueue objects into the queue when a worker thread is
cancelled
Diffstat (limited to 'obj.c')
-rw-r--r--obj.c4
1 files changed, 3 insertions, 1 deletions
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
*/