]> code.citadel.org Git - citadel.git/commitdiff
* forgot this one. don't forget make clean, session struct changed.
authorWilfried Göesgens <willi@citadel.org>
Sat, 11 Apr 2009 16:40:52 +0000 (16:40 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 11 Apr 2009 16:40:52 +0000 (16:40 +0000)
webcit/webcit.h

index 4bdf5bc22602ca59313debc3b8ddf61d84adc7c9..832ed0dc6114778caaebd00aeb2bdc33599c2133 100644 (file)
@@ -346,7 +346,8 @@ struct wcsession {
 /* Session local Members */
        int http_sock;                          /**< HTTP server socket */
        int serv_sock;                          /**< Client socket to Citadel server */
-       StrBuf *ReadBuf;
+       StrBuf *ReadBuf;                        /**< here we keep our stuff while reading linebuffered from the server. */
+       const char *ReadPos;                    /**< whats our read position in ReadBuf? */
        int chat_sock;                          /**< Client socket to Citadel server - for chat */
        time_t lastreq;                         /**< Timestamp of most recent HTTP */
        time_t last_pager_check;                /**< last time we polled for instant msgs */