diff src/protocols/msn/session.h @ 10296:a7b2fd5efcf2

[gaim-migrate @ 11476] Some "random updates" updates from patch 1077274 by Felipe Contreras: "Some changes in the behaviour of slpcalls (for FT), free some unused structures and properly close switchboard connections." Looks good to me, and seems to have fixed a mysterious FT problem that I had been pretending didn't exist. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 02 Dec 2004 16:07:26 +0000
parents d9468bd22b7c
children e5455f1dc9b6
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Thu Dec 02 13:03:23 2004 +0000
+++ b/src/protocols/msn/session.h	Thu Dec 02 16:07:26 2004 +0000
@@ -51,7 +51,8 @@
 	int dispatch_port;
 
 	gboolean connected;
-	gboolean logged_in; /* temporal flag to ignore local blist adds */
+	gboolean logged_in; /**< A temporal flag to ignore local buddy list adds. */
+	gboolean destroying; /**< A flag that states if the session is being destroyed. */
 
 	MsnNotification *notification;
 	MsnNexus *nexus;