libpurple/protocols/myspace/session.h

changeset 22348
4b0b743ba8c5
parent 21730
bc1897ec9281
child 24672
3e12ba88e3b9
--- a/libpurple/protocols/myspace/session.h	Sun Jan 20 07:11:10 2008 +0000
+++ b/libpurple/protocols/myspace/session.h	Sun Jan 27 04:26:38 2008 +0000
@@ -42,6 +42,7 @@
 
 	gchar *rxbuf;                       /**< Receive buffer */
 	guint rxoff;                        /**< Receive buffer offset */
+	guint rxsize;                       /**< Receive buffer size */
 	guint next_rid;                     /**< Next request/response ID */
 	time_t last_comm;                   /**< Time received last communication */
 	guint inbox_status;                 /**< Bit field of inbox notifications */

mercurial