diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 15:01:49 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 15:01:49 +0000 |
commit | a244eb773908fa1f86a61ab52f2cad6224017e88 (patch) | |
tree | c4f2adf014a6778eca6b4df32964ecadd42c9ee4 /queue.c | |
parent | 28c44e9a7bf4f99279af94a96bac42d0379b27d0 (diff) | |
download | rsyslog-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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; |