src/protocols/msn/msg.h

changeset 10346
9c65a007b4a5
parent 10345
7d7f8cfa2b4f
child 10451
2df35a139363
--- a/src/protocols/msn/msg.h	Sat Dec 11 20:01:58 2004 +0000
+++ b/src/protocols/msn/msg.h	Sun Dec 12 17:37:36 2004 +0000
@@ -109,13 +109,16 @@
 	GHashTable *attr_table;
 	GList *attr_list;
 
+	gboolean ack_ref;           /**< A flag that states if this message has
+								  been ref'ed for using it in a callback. */
+
 	MsnCommand *cmd;
 	MsnTransaction *trans;
 
 	MsnMsgCb ack_cb; /**< The callback to call when we receive an ACK of this
-					message. */
+					   message. */
 	MsnMsgCb nak_cb; /**< The callback to call when we receive a NAK of this
-					message. */
+					   message. */
 	void *ack_data; /**< The data used by callbacks. */
 
 	MsnMsgErrorType error; /**< The error of the message. */

mercurial