comparison libpurple/protocols/msn/p2p.h @ 30766:c2e911eeffc9

Drop MsnSlpFooter in favor of MsnP2pFooter.
author masca@cpw.pidgin.im
date Thu, 03 Jun 2010 21:44:36 +0000
parents d4869cd86680
children e5e712cf9f7e
comparison
equal deleted inserted replaced
30765:4a8ebd7ed879 30766:c2e911eeffc9
15 guint32 ack_sub_id; 15 guint32 ack_sub_id;
16 guint64 ack_size; 16 guint64 ack_size;
17 /* guint8 body[1]; */ 17 /* guint8 body[1]; */
18 } MsnP2PBinaryHeader; 18 } MsnP2PBinaryHeader;
19 #pragma pack(pop) 19 #pragma pack(pop)
20
21 typedef struct
22 {
23 guint32 value;
24 } MsnP2PFooter;
20 25
21 typedef enum 26 typedef enum
22 { 27 {
23 P2P_NO_FLAG = 0x0, /**< No flags specified */ 28 P2P_NO_FLAG = 0x0, /**< No flags specified */
24 P2P_OUT_OF_ORDER = 0x1, /**< Chunk out-of-order */ 29 P2P_OUT_OF_ORDER = 0x1, /**< Chunk out-of-order */