* fix wildfire exception handling; collect stuff in a buffer, and serialize it to...
[citadel.git] / webcit / webcit.h
index e88d0e90de53c67bdea69703e5bec5b5c0dee897..91feac91bdd2fa5ca9baf0965ed8bd297101861e 100644 (file)
@@ -485,6 +485,7 @@ struct wcsession {
        ParsedHttpHdrs *Hdr;
        StrBuf *WBuf;                           /* Our output buffer */
        StrBuf *HBuf;                           /* Our HeaderBuffer */
+       StrBuf *WFBuf;                          /* Wildfire error logging buffer */
 
        HashList *vars;                         /* HTTP variable substitutions for this page */
        StrBuf *trailing_javascript;            /* extra javascript to be appended to page */