diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 15:15:08 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 15:15:08 +0000 |
commit | 19b8d9e239f150127d8af15694f88c20ed88bd25 (patch) | |
tree | 1766bf72fad79c64234ee2a91fe57cc0781697aa /queue.c | |
parent | f38f69b82c82ef61ff6d1da748a655e08b43cf53 (diff) | |
download | rsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.tar.gz rsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.tar.bz2 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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |