libpurple/protocols/yahoo/yahoo.h

branch
soc.2008.yahoo
changeset 23685
f1c08a713551
parent 23683
0334c0f73fe9
child 23692
e69cab028314
--- a/libpurple/protocols/yahoo/yahoo.h	Wed Jul 02 07:22:58 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.h	Wed Jul 02 11:16:35 2008 +0000
@@ -81,6 +81,9 @@
 #define YAHOOJP_CLIENT_VERSION_ID "524223"
 #define YAHOOJP_CLIENT_VERSION "7,0,1,1"
 
+/*Packet sources: yahoo server and p2p*/
+#define PKT_YAHOOSERVER 0
+#define PKT_P2P 1
 
 /* Index into attention types list. */
 #define YAHOO_BUZZ 0
@@ -121,7 +124,7 @@
 	int val_13;
 	guint input_event;
 	gint source;
-	int val_11;
+	int session_id;
 	gboolean connection_type;	/* 0: peer is server, 1: we are server*/
 };
 

mercurial