fix logging build with no encryption

This commit is contained in:
Arvid Norberg 2011-08-21 02:04:14 +00:00
parent 6dd9a7d83a
commit a2e24faa01
1 changed files with 2 additions and 0 deletions

View File

@ -244,7 +244,9 @@ namespace libtorrent
PRINT_OFFSETOF(torrent, m_resume_entry)
PRINT_OFFSETOF(torrent, m_name)
PRINT_OFFSETOF(torrent, m_storage_constructor)
#ifndef TORRENT_DISABLE_ENCRYPTION
PRINT_OFFSETOF(torrent, m_obfuscated_hash)
#endif
PRINT_OFFSETOF(torrent, m_ratio)
PRINT_OFFSETOF(torrent, m_available_free_upload)
PRINT_OFFSETOF(torrent, m_average_piece_time)