From 0012160fa140cd3f384c3479d211a6eb9c022ae5 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 25 Oct 2017 14:56:27 +0200 Subject: [PATCH] Fixed issue #4 (was typo) --- src/udtCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udtCommon.h b/src/udtCommon.h index a4c582a..c03c287 100644 --- a/src/udtCommon.h +++ b/src/udtCommon.h @@ -177,7 +177,7 @@ private: private: uint64_t m_ullSchedTime; // next schedulled time - pthread_cond_t m_TickCond; + udt_pthread_cond_t m_TickCond; udt_pthread_mutex_t m_TickLock; static udt_pthread_cond_t m_EventCond;