diff -r a4c75fe75869 -r 6866328b34bd jingle-s5b/socks5.h --- a/jingle-s5b/socks5.h Fri Aug 27 11:19:32 2010 +0200 +++ b/jingle-s5b/socks5.h Mon Aug 30 18:03:48 2010 +0200 @@ -24,18 +24,23 @@ const gchar *sid; - GSocketConnection *sock; + GSocketConnection *connection; + + GCancellable *cancelconnect; GSocketListener *listener; + GSocketClient *client; + /** - * This is the list of the other client's candidates. + * @brief This is the list of the other client's candidates + * + * It should always be priority ordered. */ GSList *candidates; /** - * This is our list of candidates, the one we sent during a - * session-initiate or session-accept. + * @brief This is our list of candidates */ GSList *ourcandidates; } JingleS5B; @@ -52,8 +57,6 @@ guint64 priority; JingleS5BType type; - - GSocket *sock; } S5BCandidate; #endif