* vCtdlLogPrintf(): add the userID when reporting from a system thread
[citadel.git] / citadel / context.h
index 7a71d3b96eb04c79bed04a840b071a75995f5ec9..322061e65471e47a135420c28beada3f4000d0b9 100644 (file)
@@ -28,6 +28,8 @@ struct CitContext {
        int state;              /* thread state (see CON_ values below) */
        int kill_me;            /* Set to nonzero to flag for termination */
 
+       StrBuf *lBuf;
+
        const char *Pos;        /* Our read position inside of the ReadBuf */
        StrBuf *ReadBuf;        /* Our block buffered read buffer */
        StrBuf *MigrateBuf;        /* Our block buffered read buffer */