summaryrefslogtreecommitdiffstats
path: root/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 15:01:49 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 15:01:49 +0000
commita244eb773908fa1f86a61ab52f2cad6224017e88 (patch)
treec4f2adf014a6778eca6b4df32964ecadd42c9ee4 /queue.c
parent28c44e9a7bf4f99279af94a96bac42d0379b27d0 (diff)
downloadrsyslog-a244eb773908fa1f86a61ab52f2cad6224017e88.tar.gz
rsyslog-a244eb773908fa1f86a61ab52f2cad6224017e88.tar.xz
rsyslog-a244eb773908fa1f86a61ab52f2cad6224017e88.zip
- implemented strm object serializer (untested as the code required for
test is not yet present - hen/egg problem...)
Diffstat (limited to 'queue.c')
-rw-r--r--queue.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/queue.c b/queue.c
index f64ec2c8..eb0e5a8a 100644
--- a/queue.c
+++ b/queue.c
@@ -243,11 +243,6 @@ static rsRetVal qAddDisk(queue_t *pThis, void* pUsr)
CHKiRet((objSerialize(pUsr))(pUsr, pThis->tVars.disk.pWrite));
CHKiRet(strmFlush(pThis->tVars.disk.pWrite));
-#if 0
- //rsCStrObj *pCStr;
- CHKiRet((objSerialize(pUsr))(pUsr, &pCStr));
- CHKiRet(strmWrite(pThis->tVars.disk.pWrite, rsCStrGetBufBeg(pCStr), rsCStrLen(pCStr)));
-#endif
finalize_it:
return iRet;