summaryrefslogtreecommitdiff
path: root/agent/discovery.h
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-09-11 15:12:06 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-09-11 15:12:06 -0400
commit8b0b8320c3fc3998583bc805af6534a7b6fd90f5 (patch)
tree778c38f998788e05aa9b80b6b0edb66e8a546cf3 /agent/discovery.h
parent03f356766fbddc1d039f28b31b2bbaad6130faa4 (diff)
downloadlibnice-8b0b8320c3fc3998583bc805af6534a7b6fd90f5.tar.gz
Fix checking for the remote candidate using the username, and correctly create the remote peer reflexive candidate
Diffstat (limited to 'agent/discovery.h')
-rw-r--r--agent/discovery.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/agent/discovery.h b/agent/discovery.h
index d99cd43..e0f0474 100644
--- a/agent/discovery.h
+++ b/agent/discovery.h
@@ -99,8 +99,8 @@ discovery_add_peer_reflexive_candidate (
guint component_id,
NiceAddress *address,
NiceUDPSocket *base_socket,
- NiceCandidate *local_candidate,
- NiceCandidate *remote_candidate);
+ NiceCandidate *local,
+ NiceCandidate *remote);
NiceCandidate *
discovery_learn_remote_peer_reflexive_candidate (
@@ -109,6 +109,8 @@ discovery_learn_remote_peer_reflexive_candidate (
Component *component,
guint32 priority,
const NiceAddress *remote_address,
- NiceUDPSocket *udp_socket);
+ NiceUDPSocket *udp_socket,
+ NiceCandidate *local,
+ NiceCandidate *remote);
#endif /*_NICE_CONNCHECK_H */