summaryrefslogtreecommitdiff
path: root/agent/discovery.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-12-10 19:11:44 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-12-10 19:11:44 -0500
commitc16b2d17d5eea3ac7c963cc90b6f6d3918c79d92 (patch)
tree450bfa4f491bc0227719824b84adaaf91e2abc17 /agent/discovery.h
parent6a6b4f4bc4d102e1c78e2ca63e39e5e231998853 (diff)
downloadlibnice-c16b2d17d5eea3ac7c963cc90b6f6d3918c79d92.tar.gz
Remove GTimeVal as it is deprecated in GLib
Diffstat (limited to 'agent/discovery.h')
-rw-r--r--agent/discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/discovery.h b/agent/discovery.h
index 270c883..3d71930 100644
--- a/agent/discovery.h
+++ b/agent/discovery.h
@@ -49,7 +49,7 @@ typedef struct
NiceCandidateType type; /* candidate type STUN or TURN */
NiceSocket *nicesock; /* XXX: should be taken from local cand: existing socket to use */
NiceAddress server; /* STUN/TURN server address */
- GTimeVal next_tick; /* next tick timestamp */
+ gint64 next_tick; /* next tick timestamp */
gboolean pending; /* is discovery in progress? */
gboolean done; /* is discovery complete? */
guint stream_id;