diff options
Diffstat (limited to 'agent/conncheck.h')
-rw-r--r-- | agent/conncheck.h | 3 |
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 */ |