diff libpurple/protocols/msn/session.h @ 31315:23be655cc688

propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed) to branch 'im.pidgin.soc.2010.msn-tlc' (head 20ad1c813e2b512df4a065dda88f3cfa732463a3)
author masca@cpw.pidgin.im
date Wed, 15 Sep 2010 17:34:21 +0000
parents 47b6eda87723 e53f81486d57
children 1ab50afb7925
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.h	Tue Aug 10 18:01:01 2010 +0000
+++ b/libpurple/protocols/msn/session.h	Wed Sep 15 17:34:21 2010 +0000
@@ -61,6 +61,8 @@
 
 #define MSN_LOGIN_FQY_TIMEOUT 30
 
+#define MSN_LOGIN_FQY_TIMEOUT 30
+
 #include "nexus.h"
 #include "notification.h"
 #include "oim.h"
@@ -117,6 +119,8 @@
 	GHashTable *soap_table;
 	guint soap_cleanup_handle;
 	char *guid;
+
+	GSList *url_datas; /**< PurpleUtilFetchUrlData to be cancelled on exit */
 };
 
 /**