summaryrefslogtreecommitdiffstats
path: root/obj.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-07 17:59:56 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-07 17:59:56 +0000
commit18e4228e63f729ca6db2c0c40d8d2db7813bbf34 (patch)
treea730245d93d843078bfb49a8004c5bd12fe6e5da /obj.c
parent571d21a33a46707deabc80769b4c8cb7d0f7c161 (diff)
downloadrsyslog-18e4228e63f729ca6db2c0c40d8d2db7813bbf34.tar.gz
rsyslog-18e4228e63f729ca6db2c0c40d8d2db7813bbf34.tar.xz
rsyslog-18e4228e63f729ca6db2c0c40d8d2db7813bbf34.zip
worked a bit more on the queue, disk dequeing part (not complete yet)
Diffstat (limited to 'obj.c')
-rw-r--r--obj.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/obj.c b/obj.c
index 356d38d9..e9f0ef26 100644
--- a/obj.c
+++ b/obj.c
@@ -534,6 +534,8 @@ dbgprintf("good propline loop exit\n");
CHKiRet(objDeserializeTrailer(pSerStore)); /* do trailer checks */
+// TODO: call constuction finalizer!
+//
*((obj_t**) ppObj) = pObj;
finalize_it: