mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Change the bool to int for C
This commit is contained in:
parent
747d6f2f52
commit
4e96c443d8
2 changed files with 12 additions and 5 deletions
|
@ -252,7 +252,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
return ret;
|
||||
}
|
||||
bool srs_hijack_io_is_never_timeout(srs_hijack_io_t ctx, int64_t tm)
|
||||
int srs_hijack_io_is_never_timeout(srs_hijack_io_t ctx, int64_t tm)
|
||||
{
|
||||
return tm == SRS_CONSTS_NO_TMMS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue