merged disk-stats build fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-07-17 16:15:09 +00:00
parent 97572cb861
commit eb3dd0ebb3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ namespace libtorrent
~disk_buffer_pool();
#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
, mutex::scoped_lock& l) const;
bool is_disk_buffer(char* buffer) const;