summaryrefslogtreecommitdiff
path: root/agent/conncheck.h
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-02-16 13:19:29 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-02-16 13:19:29 -0500
commit7502f4ed8f36868b2a9757334d70f7d573f01f5c (patch)
tree8e1fe4024de792b72a94681e2a37413f37d30024 /agent/conncheck.h
parent7a135101b2e1532392c55643b411e732fc468323 (diff)
downloadlibnice-7502f4ed8f36868b2a9757334d70f7d573f01f5c.tar.gz
Change all stun_XXX_t enums/structs into StunXxx to have a common naming convention
Diffstat (limited to 'agent/conncheck.h')
-rw-r--r--agent/conncheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/conncheck.h b/agent/conncheck.h
index b5adc68..047a81a 100644
--- a/agent/conncheck.h
+++ b/agent/conncheck.h
@@ -74,7 +74,7 @@ struct _CandidateCheckPair
gboolean controlling;
guint64 priority;
GTimeVal next_tick; /* next tick timestamp */
- stun_timer_t timer;
+ StunTimer timer;
uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE];
StunMessage stun_message;
};