summaryrefslogtreecommitdiff
path: root/agent/conncheck.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-10-28 13:54:45 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-10-28 15:18:58 +0000
commit16d51b09cf43349c10dae93b9a45de5180de5213 (patch)
treea39dfa97128fd1b40f80aa6032ea7de4b13d379d /agent/conncheck.h
parentda41258a21102f63ec5d5b2dc20d303f772eb195 (diff)
downloadlibnice-16d51b09cf43349c10dae93b9a45de5180de5213.tar.gz
agent: Remove explicit parent pointers
Remove all pointers that don't include have a reference except to agents
Diffstat (limited to 'agent/conncheck.h')
-rw-r--r--agent/conncheck.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/conncheck.h b/agent/conncheck.h
index 2e4bc45..d162d33 100644
--- a/agent/conncheck.h
+++ b/agent/conncheck.h
@@ -117,7 +117,8 @@ void
conn_check_prune_socket (NiceAgent *agent, NiceStream *stream, NiceComponent *component,
NiceSocket *sock);
-guint32 ensure_unique_priority (NiceComponent *component, guint32 priority);
+guint32 ensure_unique_priority (NiceStream *stream, NiceComponent *component,
+ guint32 priority);
void recalculate_pair_priorities (NiceAgent *agent);
#endif /*_NICE_CONNCHECK_H */