Fixed issue #4 (was typo)

master
nathan 2017-10-25 14:56:27 +02:00
parent b78bf8109f
commit 0012160fa1
1 changed files with 1 additions and 1 deletions

View File

@ -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;