From 3e8a5188775a9f50a58c8426e1fdaeebd5e72d4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 11 Apr 2009 16:40:52 +0000 Subject: [PATCH] * forgot this one. don't forget make clean, session struct changed. --- webcit/webcit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/webcit.h b/webcit/webcit.h index 4bdf5bc22..832ed0dc6 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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 */ -- 2.39.2