merged disk-stats build fix from RC_0_16
This commit is contained in:
parent
97572cb861
commit
eb3dd0ebb3
|
@ -59,7 +59,7 @@ namespace libtorrent
|
||||||
~disk_buffer_pool();
|
~disk_buffer_pool();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined TORRENT_DEBUG || TORRENT_RELEASE_ASSERTS
|
#if defined TORRENT_DEBUG || TORRENT_RELEASE_ASSERTS || defined TORRENT_DISK_STATS
|
||||||
bool is_disk_buffer(char* buffer
|
bool is_disk_buffer(char* buffer
|
||||||
, mutex::scoped_lock& l) const;
|
, mutex::scoped_lock& l) const;
|
||||||
bool is_disk_buffer(char* buffer) const;
|
bool is_disk_buffer(char* buffer) const;
|
||||||
|
|
Loading…
Reference in New Issue