Commit e8bda48e authored by Youness Alaoui's avatar Youness Alaoui

we should use guint32 for candidate priority instead of uint32_t

parent b4c907d3
......@@ -68,7 +68,7 @@ struct _IncomingCheck
{
NiceAddress from;
NiceSocket *local_socket;
uint32_t priority;
guint32 priority;
gboolean use_candidate;
};
......
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