libpurple/protocols/myspace/session.h

branch
release-2.3.1
changeset 21730
bc1897ec9281
parent 20376
40eb7fd73b9a
child 22348
4b0b743ba8c5
--- a/libpurple/protocols/myspace/session.h	Tue Dec 04 05:04:59 2007 +0000
+++ b/libpurple/protocols/myspace/session.h	Tue Dec 04 06:22:30 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 */

mercurial