mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
Issue #321: Fixed compilation error on FreeBSD
This commit is contained in:
parent
94752dde75
commit
1be4521664
@ -770,7 +770,7 @@ static void _stream_check_suicide(us_stream_s *stream) {
|
||||
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();
|
||||
|
||||
if (_stream_has_any_clients_cached(stream)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user