forked from premiere/premiere-libtorrent
fixed disk stat build
This commit is contained in:
parent
f21ecb7cc7
commit
dce0e1bb58
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue