summaryrefslogtreecommitdiff
path: root/socket/udp-turn.h
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-16 17:21:07 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-16 17:23:40 -0400
commitd26f84fd6c083af6f308650e899ad4f3671593c2 (patch)
tree90fbff35f1e8aebf2eaf89a90ad0b79ed4b7378d /socket/udp-turn.h
parent0f9d0a98774dc8541d5d2beb168081b21672f40b (diff)
downloadlibnice-d26f84fd6c083af6f308650e899ad4f3671593c2.tar.gz
make udp relay socket modify the agent's socketptr. Also make sure we try to parse with the socket from the same stream and component
Diffstat (limited to 'socket/udp-turn.h')
-rw-r--r--socket/udp-turn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/udp-turn.h b/socket/udp-turn.h
index 5e6ad69..92833b0 100644
--- a/socket/udp-turn.h
+++ b/socket/udp-turn.h
@@ -52,6 +52,7 @@ typedef enum {
gint
nice_udp_turn_socket_parse_recv (
NiceSocket *sock,
+ NiceSocket **from_sock,
NiceAddress *from,
guint len,
gchar *buf,