diff libpurple/protocols/mxit/mxit.h @ 31944:7c3b4002f46e

* fixed crash caused by entering a wrong password (tx queue management)
author pieter.loubser@mxit.com
date Fri, 25 Mar 2011 08:33:12 +0000
parents 02b510d2d014
children 80bbed4cb649
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.h	Wed Mar 23 14:28:07 2011 +0000
+++ b/libpurple/protocols/mxit/mxit.h	Fri Mar 25 08:33:12 2011 +0000
@@ -162,7 +162,8 @@
 	struct tx_queue		queue;						/* transmit packet queue (FIFO mode) */
 	gint64				last_tx;					/* timestamp of last packet sent */
 	int					outack;						/* outstanding ack packet */
-	guint				q_timer;					/* timer handler for managing queue */
+	guint				q_slow_timer_id;			/* timer handle for slow tx queue */
+	guint				q_fast_timer_id;			/* timer handle for fast tx queue */
 
 	/* receive */
 	char				rx_lbuf[16];				/* receive byte buffer (socket packet length) */