mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-11 10:03:43 +00:00
Issue #321: Fixed compilation error on FreeBSD
This commit is contained in:
@@ -770,7 +770,7 @@ static void _stream_check_suicide(us_stream_s *stream) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const atomic_ullong *last_req_ts = &stream->run->http->last_req_ts;
|
atomic_ullong *last_req_ts = &stream->run->http->last_req_ts;
|
||||||
const ldf now_ts = us_get_now_monotonic();
|
const ldf now_ts = us_get_now_monotonic();
|
||||||
|
|
||||||
if (_stream_has_any_clients_cached(stream)) {
|
if (_stream_has_any_clients_cached(stream)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user