comparison libpurple/protocols/mxit/mxit.h @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents d8c652ea476a
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
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 */