comparison libpurple/protocols/mxit/mxit.h @ 32769:d8c652ea476a

MXit: Move "inpa" input watcher from PurpleConnection into PurpleConnection->proto_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 20:58:39 +0000
parents 93cb9f408df4
children
comparison
equal deleted inserted replaced
32768:50cd80d3554e 32769:d8c652ea476a
159 char* uid; /* the user's UID */ 159 char* uid; /* the user's UID */
160 160
161 /* libpurple */ 161 /* libpurple */
162 PurpleAccount* acc; /* pointer to the libpurple internal account struct */ 162 PurpleAccount* acc; /* pointer to the libpurple internal account struct */
163 PurpleConnection* con; /* pointer to the libpurple internal connection struct */ 163 PurpleConnection* con; /* pointer to the libpurple internal connection struct */
164 guint inpa; /* the input watcher */
164 165
165 /* transmit */ 166 /* transmit */
166 struct tx_queue queue; /* transmit packet queue (FIFO mode) */ 167 struct tx_queue queue; /* transmit packet queue (FIFO mode) */
167 gint64 last_tx; /* timestamp of last packet sent */ 168 gint64 last_tx; /* timestamp of last packet sent */
168 int outack; /* outstanding ack packet */ 169 int outack; /* outstanding ack packet */