diff libpurple/protocols/myspace/session.h @ 32770:a5f50581b7c0

Myspace: Move "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:02:58 +0000
parents e137c1fc216a
children
line wrap: on
line diff
--- a/libpurple/protocols/myspace/session.h	Tue Oct 18 20:58:39 2011 +0000
+++ b/libpurple/protocols/myspace/session.h	Tue Oct 18 21:02:58 2011 +0000
@@ -38,6 +38,7 @@
 	int privacy_mode;                   /**< This is a bitmask */
 	int offline_message_mode;
 	gint fd;                            /**< File descriptor to/from server */
+	guint inpa;							/**< The input watcher */
 
 	/* TODO: Remove. */
 	GHashTable *user_lookup_cb;         /**< Username -> userid lookup callback */