cpw.masca.p2p: 96eaf126: Add TLV and data fields to P2Pv2 Header.
masca at cpw.pidgin.im
masca at cpw.pidgin.im
Tue Jan 4 01:51:24 EST 2011
----------------------------------------------------------------------
Revision: 96eaf1261ab12a5f9098848a186c50dea3d712ee
Parent: 62fc63e4de21f2e13043e41f9db3126fb060654b
Author: masca at cpw.pidgin.im
Date: 01/03/11 23:51:48
Branch: im.pidgin.cpw.masca.p2p
URL: http://d.pidgin.im/viewmtn/revision/info/96eaf1261ab12a5f9098848a186c50dea3d712ee
Changelog:
Add TLV and data fields to P2Pv2 Header.
Changes against parent 62fc63e4de21f2e13043e41f9db3126fb060654b
patched libpurple/protocols/msn/p2p.h
-------------- next part --------------
============================================================
--- libpurple/protocols/msn/p2p.h a480cb3fcb47d4461b981c2346beb5c5755d367d
+++ libpurple/protocols/msn/p2p.h 9073ff79960e8fce0113cb6a2829d96bc5b02678
@@ -53,6 +53,8 @@ typedef struct {
guint8 opcode;
guint16 message_len;
guint32 base_id;
+ GSList *tlv;
+ char *data;
} MsnP2Pv2Header;
typedef struct {
@@ -60,7 +62,7 @@ typedef struct {
guint8 TF; /**< Type-First combination */
guint16 package_num;
guint32 session;
- GSList tlv;
+ GSList *tlv;
char *data;
} MsnP2Pv2DataHeader;
More information about the Commits
mailing list