summaryrefslogtreecommitdiff
path: root/agent/discovery.h
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-14 18:21:58 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-14 18:21:58 -0400
commit7abf0f987a969e9aeadaa57be7f212484507c9b5 (patch)
tree24d18b7967d6b03585d14b24391aa307ebc5d13e /agent/discovery.h
parent5238086aae197bf6580a80b73efc699fe06244b6 (diff)
downloadlibnice-7abf0f987a969e9aeadaa57be7f212484507c9b5.tar.gz
Remove interface and socket from CandidateDiscovery as they are not used
Diffstat (limited to 'agent/discovery.h')
-rw-r--r--agent/discovery.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/agent/discovery.h b/agent/discovery.h
index 07754ed..92174a5 100644
--- a/agent/discovery.h
+++ b/agent/discovery.h
@@ -47,10 +47,8 @@ struct _CandidateDiscovery
{
NiceAgent *agent; /**< back pointer to owner */
NiceCandidateType type; /**< candidate type STUN or TURN */
- guint socket; /**< XXX: should be taken from local cand: existing socket to use */
NiceSocket *nicesock; /**< XXX: should be taken from local cand: existing socket to use */
NiceAddress server; /**< STUN/TURN server address */
- NiceAddress *interface; /**< Address of local interface */
GTimeVal next_tick; /**< next tick timestamp */
gboolean pending; /**< is discovery in progress? */
gboolean done; /**< is discovery complete? */