summaryrefslogtreecommitdiffstats
path: root/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-11 15:15:08 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-11 15:15:08 +0000
commit19b8d9e239f150127d8af15694f88c20ed88bd25 (patch)
tree1766bf72fad79c64234ee2a91fe57cc0781697aa /queue.c
parentf38f69b82c82ef61ff6d1da748a655e08b43cf53 (diff)
downloadrsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.tar.gz
rsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.tar.xz
rsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.zip
added function to de-serialize a property bag (untested as other code is
yet missing)
Diffstat (limited to 'queue.c')
-rw-r--r--queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/queue.c b/queue.c
index 91ffe18d..116b6ab1 100644
--- a/queue.c
+++ b/queue.c
@@ -646,8 +646,6 @@ static rsRetVal queuePersist(queue_t *pThis)
* we know when somebody has changed the queue type... -- rgerhards, 2008-01-11
*/
CHKiRet(objBeginSerializePropBag(psQIF, (obj_t*) pThis));
- i = 2; /* we serialize the number of properties, so that we know when we read the propbag */
- objSerializeSCALAR_VAR(psQIF, NumberPropertyBagRecrods, INT, i);
i = pThis->qType;
objSerializeSCALAR_VAR(psQIF, qType, INT, i);
objSerializeSCALAR(psQIF, iQueueSize, INT);