mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix build failed bug.
This commit is contained in:
parent
ccba55cdd8
commit
467d5e5f50
2 changed files with 3 additions and 1 deletions
|
@ -90,6 +90,8 @@ extern srs_netfd_t srs_accept(srs_netfd_t stfd, struct sockaddr *addr, int *addr
|
|||
|
||||
extern ssize_t srs_read(srs_netfd_t stfd, void *buf, size_t nbyte, srs_utime_t timeout);
|
||||
|
||||
extern bool srs_is_never_timeout(srs_utime_t tm);
|
||||
|
||||
// The mutex locker.
|
||||
#define SrsLocker(instance) \
|
||||
impl__SrsLocker _srs_auto_free_##instance(&instance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue