fixed disk stat build

This commit is contained in:
Arvid Norberg 2009-04-30 01:42:30 +00:00
parent f21ecb7cc7
commit dce0e1bb58
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ namespace libtorrent
int m_allocations;
std::map<std::string, int> m_categories;
std::map<char*, std::string> m_buf_to_category;
#endif
#ifdef TORRENT_DISK_STATS
std::ofstream m_log;
#endif
};