minor logging fix
This commit is contained in:
@@ -230,11 +230,15 @@ namespace libtorrent
|
|||||||
PRINT_OFFSETOF(torrent, m_storage)
|
PRINT_OFFSETOF(torrent, m_storage)
|
||||||
PRINT_OFFSETOF(torrent, m_connections)
|
PRINT_OFFSETOF(torrent, m_connections)
|
||||||
PRINT_OFFSETOF(torrent, m_web_seeds)
|
PRINT_OFFSETOF(torrent, m_web_seeds)
|
||||||
|
#ifndef TORRENT_DISABLE_EXTENSIONS
|
||||||
PRINT_OFFSETOF(torrent, m_extensions)
|
PRINT_OFFSETOF(torrent, m_extensions)
|
||||||
|
#endif
|
||||||
PRINT_OFFSETOF(torrent, m_tracker_timer)
|
PRINT_OFFSETOF(torrent, m_tracker_timer)
|
||||||
PRINT_OFFSETOF(torrent, m_stat)
|
PRINT_OFFSETOF(torrent, m_stat)
|
||||||
// some compilers don't like using offsetof on references it seems
|
// some compilers don't like using offsetof on references it seems
|
||||||
// PRINT_OFFSETOF(torrent, m_ses)
|
#ifndef _MSC_VER
|
||||||
|
PRINT_OFFSETOF(torrent, m_ses)
|
||||||
|
#endif
|
||||||
PRINT_OFFSETOF(torrent, m_file_priority)
|
PRINT_OFFSETOF(torrent, m_file_priority)
|
||||||
PRINT_OFFSETOF(torrent, m_file_progress)
|
PRINT_OFFSETOF(torrent, m_file_progress)
|
||||||
PRINT_OFFSETOF(torrent, m_picker)
|
PRINT_OFFSETOF(torrent, m_picker)
|
||||||
|
Reference in New Issue
Block a user