diff libpurple/protocols/myspace/session.h @ 21758:430827922828

Avoid checking for new message in the inbox when not actually connected. This helps avoid a half-dozen assertions by not trying to act on a closed socket.
author Kevin Stange <kevin@simguy.net>
date Tue, 04 Dec 2007 05:43:15 +0000
parents 51457cf3d27b
children c0ad8b41ce09
line wrap: on
line diff
--- a/libpurple/protocols/myspace/session.h	Tue Dec 04 02:50:44 2007 +0000
+++ b/libpurple/protocols/myspace/session.h	Tue Dec 04 05:43:15 2007 +0000
@@ -45,6 +45,7 @@
 	guint next_rid;                     /**< Next request/response ID */
 	time_t last_comm;                   /**< Time received last communication */
 	guint inbox_status;                 /**< Bit field of inbox notifications */
+	guint inbox_handle;                 /**< The handle for the mail check timer */
 } MsimSession;
 
 /* Check if an MsimSession is valid */