libpurple/protocols/mxit/mxit.h

branch
release-2.x.y
changeset 33815
094a4b10e8d5
parent 31725
7efc5967d62e
child 33817
5c8caea5bd66
child 33828
7a40d62c81d8
child 33831
d160ede64878
--- a/libpurple/protocols/mxit/mxit.h	Sun Mar 03 19:59:11 2013 -0800
+++ b/libpurple/protocols/mxit/mxit.h	Tue Mar 05 15:36:12 2013 +0200
@@ -141,7 +141,6 @@
 	int					http_interval;				/* poll inverval */
 	gint64				http_last_poll;				/* the last time a poll has been sent */
 	guint				http_handler;				/* HTTP connection handler */
-	void*				http_out_req;				/* HTTP outstanding request */
 
 	/* other servers */
 	char				voip_server[HOST_NAME_MAX];	/* voice/video server */
@@ -168,6 +167,7 @@
 	int					outack;						/* outstanding ack packet */
 	guint				q_slow_timer_id;			/* timer handle for slow tx queue */
 	guint				q_fast_timer_id;			/* timer handle for fast tx queue */
+	GSList*				async_calls;				/* list of current outstanding async calls */
 
 	/* receive */
 	char				rx_lbuf[16];				/* receive byte buffer (socket packet length) */

mercurial