jingle-s5b/socks5.h
changeset 157 8ec7ce3ecaac
parent 154 1ffa1733d4b6
child 158 a068e5714120
--- a/jingle-s5b/socks5.h	Mon Aug 23 17:44:28 2010 +0200
+++ b/jingle-s5b/socks5.h	Mon Aug 23 23:08:17 2010 +0200
@@ -22,7 +22,16 @@
 
   GSocket *sock;
 
+  /**
+   * This is the list of the other client's candidates.
+   */
   GSList *candidates;
+
+  /**
+   * This is our list of candidates, the one we sent during a
+   * session-initiate or session-accept.
+   */
+  GSList *ourcandidates;
 } JingleS5B;
  
 typedef struct {