MP4点播绑定固定线程

This commit is contained in:
xiongziliang
2019-07-11 14:51:40 +08:00
parent 7adddc361c
commit 4122084e05
2 changed files with 3 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ private:
Ticker _alive;
recursive_mutex _mtx;
Timer::Ptr _timer;
EventPoller::Ptr _poller;
#endif //ENABLE_MP4V2
};