summaryrefslogtreecommitdiff
path: root/agent/candidate-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/candidate-priv.h')
-rw-r--r--agent/candidate-priv.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/agent/candidate-priv.h b/agent/candidate-priv.h
index e6e2529..96e16f1 100644
--- a/agent/candidate-priv.h
+++ b/agent/candidate-priv.h
@@ -71,6 +71,7 @@ typedef struct _TurnServer TurnServer;
* TurnServer:
* @ref_count: Reference count for the structure.
* @server: The #NiceAddress of the TURN server
+ * @server_address: The unresolved server address
* @username: The TURN username
* @password: The TURN password
* @decoded_username: The base64 decoded TURN username
@@ -87,6 +88,8 @@ struct _TurnServer
gint ref_count;
NiceAddress server;
+ gchar *server_address;
+ guint server_port;
gchar *username;
gchar *password;
guint8 *decoded_username;
@@ -95,6 +98,8 @@ struct _TurnServer
gsize decoded_password_len;
NiceRelayType type;
guint preference;
+
+ gboolean resolution_failed;
};
@@ -122,4 +127,4 @@ struct _NiceCandidateImpl
G_END_DECLS
-#endif /* __LIBNICE_CANDIDATE_H__ */ \ No newline at end of file
+#endif /* __LIBNICE_CANDIDATE_H__ */