Commit c90f9383 authored by Olivier Crête's avatar Olivier Crête

conncheck: Make previous commit compile

https://phabricator.freedesktop.org/T3324
parent d252feb5
......@@ -1446,7 +1446,7 @@ static void priv_mark_pair_nominated (NiceAgent *agent, NiceStream *stream, Nice
}
guint32
ensure_unique_priority (Component *component, guint32 priority)
ensure_unique_priority (NiceComponent *component, guint32 priority)
{
GSList *item;
......@@ -2319,7 +2319,7 @@ static int priv_store_pending_check (NiceAgent *agent, NiceComponent *component,
*
* @return created pair, or NULL on fatal (memory allocation) errors
*/
static CandidateCheckPair *priv_add_peer_reflexive_pair (NiceAgent *agent, guint stream_id, Component *component, NiceCandidate *local_cand, CandidateCheckPair *parent_pair)
static CandidateCheckPair *priv_add_peer_reflexive_pair (NiceAgent *agent, guint stream_id, NiceComponent *component, NiceCandidate *local_cand, CandidateCheckPair *parent_pair)
{
CandidateCheckPair *pair = g_slice_new0 (CandidateCheckPair);
NiceStream *stream = agent_find_stream (agent, stream_id);
......
......@@ -111,6 +111,6 @@ void
conn_check_prune_socket (NiceAgent *agent, NiceStream *stream, NiceComponent *component,
NiceSocket *sock);
guint32 ensure_unique_priority (Component *component, guint32 priority);
guint32 ensure_unique_priority (NiceComponent *component, guint32 priority);
#endif /*_NICE_CONNCHECK_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment