diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 19:38:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 19:38:09 +0000 |
commit | 366060a51de60c717886636d6ef646bf1959972c (patch) | |
tree | 37e79ebc787f6996ac9195c6c7f10cf3136d7793 /obj.h | |
parent | a80f7776c543d80f773ea6149e73e008f7273186 (diff) | |
download | rsyslog-366060a51de60c717886636d6ef646bf1959972c.tar.gz rsyslog-366060a51de60c717886636d6ef646bf1959972c.tar.xz rsyslog-366060a51de60c717886636d6ef646bf1959972c.zip |
partial ability to read a disk queue back in (not completed, but would like
to save source for the weekend)
Diffstat (limited to 'obj.h')
-rw-r--r-- | obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ /* the next macro MUST be called in Constructors: */ #ifndef NDEBUG /* this means if debug... */ # define objConstructSetObjInfo(pThis) \ + assert(pThis->pObjInfo == NULL); \ ((obj_t*) (pThis))->pObjInfo = pObjInfoOBJ; \ ((obj_t*) (pThis))->iObjCooCKiE = 0xBADEFEE #else |