summaryrefslogtreecommitdiff
path: root/agent/agent-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent-priv.h')
-rw-r--r--agent/agent-priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/agent-priv.h b/agent/agent-priv.h
index 35ae5ab..4ac7739 100644
--- a/agent/agent-priv.h
+++ b/agent/agent-priv.h
@@ -182,6 +182,9 @@ struct _NiceAgent
gboolean bytestream_tcp; /* property: bytestream-tcp */
gboolean keepalive_conncheck; /* property: keepalive_conncheck */
+ GCancellable *stun_resolving_cancellable; /* Cancel STUN name resolution */
+ GSList *stun_resolving_list; /* List of ongoing resolutions */
+
GQueue pending_signals;
gboolean use_ice_udp;
gboolean use_ice_tcp;