summaryrefslogtreecommitdiff
path: root/agent
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-28 18:58:24 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-28 18:58:24 -0400
commite8bda48e17bddb229d4ef41e1f46993e9da94801 (patch)
tree7944dbcc94717f8c28b6be27cce934135e6fed13 /agent
parentb4c907d3eced39ac80e0fd3848efa11ad8563b51 (diff)
downloadlibnice-e8bda48e17bddb229d4ef41e1f46993e9da94801.tar.gz
we should use guint32 for candidate priority instead of uint32_t
Diffstat (limited to 'agent')
-rw-r--r--agent/component.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/component.h b/agent/component.h
index 3cd8607..31c43cd 100644
--- a/agent/component.h
+++ b/agent/component.h
@@ -68,7 +68,7 @@ struct _IncomingCheck
{
NiceAddress from;
NiceSocket *local_socket;
- uint32_t priority;
+ guint32 priority;
gboolean use_candidate;
};