forked from premiere/premiere-libtorrent
initialize members in cache_status
This commit is contained in:
parent
a09fb8eaa6
commit
1189a3ef82
|
@ -166,6 +166,9 @@ namespace libtorrent
|
|||
, cache_size(0)
|
||||
, read_cache_size(0)
|
||||
, total_used_buffers(0)
|
||||
, average_queue_time(0)
|
||||
, average_read_time(0)
|
||||
, job_queue_length(0)
|
||||
{}
|
||||
|
||||
// the number of 16kB blocks written
|
||||
|
|
Loading…
Reference in New Issue