comparison libpurple/protocols/jabber/jingle/rawudp.h @ 26376:1ac93927e7f5

Don't forget to copy the rem_know attribute of IceUdp candidates.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 19 Mar 2009 07:38:24 +0000
parents 365eb0b68d5f
children 0c8d41f5caa0
comparison
equal deleted inserted replaced
26375:06693083f668 26376:1ac93927e7f5
66 guint generation; 66 guint generation;
67 guint component; 67 guint component;
68 gchar *id; 68 gchar *id;
69 gchar *ip; 69 gchar *ip;
70 guint port; 70 guint port;
71
72 gboolean rem_known; /* TRUE if the remote side knows
73 * about this candidate */
71 }; 74 };
72 75
73 #ifdef __cplusplus 76 #ifdef __cplusplus
74 extern "C" { 77 extern "C" {
75 #endif 78 #endif