summaryrefslogtreecommitdiff
path: root/agent/candidate.h
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-06 21:23:29 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-06 21:23:29 -0400
commit01e728286a437ce7c65a3dc93e932eca0b56fac8 (patch)
tree47137cf64197ff85c561707091df36bd534bfc39 /agent/candidate.h
parent4d04f6a4b0a4aea40d4b36ec91286baeb7239246 (diff)
downloadlibnice-01e728286a437ce7c65a3dc93e932eca0b56fac8.tar.gz
Port libnice to the new NiceSocket API
Diffstat (limited to 'agent/candidate.h')
-rw-r--r--agent/candidate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/candidate.h b/agent/candidate.h
index 08c5c82..83f5e59 100644
--- a/agent/candidate.h
+++ b/agent/candidate.h
@@ -39,7 +39,7 @@
#ifndef _CANDIDATE_H
#define _CANDIDATE_H
-#include "udp.h"
+#include "socket.h"
G_BEGIN_DECLS
@@ -76,7 +76,7 @@ struct _NiceCandidate
guint stream_id;
guint component_id;
gchar foundation[NICE_CANDIDATE_MAX_FOUNDATION];
- NiceUDPSocket *sockptr;
+ NiceSocket *sockptr;
gchar *username; /* pointer to a NULL-terminated username string */
gchar *password; /* pointer to a NULL-terminated password string */
};