--- a/libpurple/protocols/mxit/mxit.h Sat Jan 26 12:46:00 2013 +0200 +++ b/libpurple/protocols/mxit/mxit.h Wed Mar 27 01:37:02 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) */