comparison libpurple/protocols/msn/directconn.h @ 31558:ce968e115c95

propagate from branch 'im.pidgin.cpw.masca.p2p' (head 33ca865dacb9e5bcf763d06f6a42cbaca337cc64) to branch 'im.pidgin.pidgin' (head 92f47f4e8b0cbb107fd97e1ab814d1cedbf109ad)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 06 May 2011 06:25:14 +0000
parents b55b3d34846c
children
comparison
equal deleted inserted replaced
31557:f021d93a1f9b 31558:ce968e115c95
101 int in_size; /**< The receive buffer size */ 101 int in_size; /**< The receive buffer size */
102 int in_pos; /**< The first free position in receive buffer */ 102 int in_pos; /**< The first free position in receive buffer */
103 GQueue *out_queue; /**< The outgoing packet queue */ 103 GQueue *out_queue; /**< The outgoing packet queue */
104 int msg_pos; /**< The position of next byte to be sent in the actual packet */ 104 int msg_pos; /**< The position of next byte to be sent in the actual packet */
105 105
106 MsnP2PHeader header; /**< SLP header for parsing / serializing */
107
108 /** The callback used for sending information to the peer about the opened socket */ 106 /** The callback used for sending information to the peer about the opened socket */
109 void (*send_connection_info_msg_cb)(MsnDirectConn *); 107 void (*send_connection_info_msg_cb)(MsnDirectConn *);
110 108
111 gchar *ext_ip; /**< Our external IP address */ 109 gchar *ext_ip; /**< Our external IP address */
112 int ext_port; /**< Our external port */ 110 int ext_port; /**< Our external port */