libpurple/protocols/msn/session.h

branch
soc.2010.msn-tlc
changeset 31076
dcc26c5e9d7e
parent 31056
c6787549eb7d
parent 30933
e8fb33bb8635
child 31198
0cfaaaaf9193
--- 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 */
 };
 
 /**

mercurial