1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Revert "use libco instead of state-thread(st), still have some bug"

This reverts commit 7c8a35aea9.
This commit is contained in:
xiaozhihong 2020-02-17 15:30:20 +08:00
parent 7c8a35aea9
commit 1c74083de8
88 changed files with 19273 additions and 4836 deletions

View file

@ -31,7 +31,7 @@
#include <srs_protocol_io.hpp>
// Wrap for coroutine.
typedef int srs_netfd_t;
typedef void* srs_netfd_t;
typedef void* srs_thread_t;
typedef void* srs_cond_t;
typedef void* srs_mutex_t;