fixed logging build

This commit is contained in:
Arvid Norberg
2010-10-24 08:06:58 +00:00
parent 2e71bc818c
commit 07f1b74291
3 changed files with 34 additions and 43 deletions

View File

@@ -632,12 +632,10 @@ namespace aux {
PRINT_SIZEOF(bandwidth_channel)
PRINT_SIZEOF(policy)
PRINT_SIZEOF(stat_channel)
PRINT_OFFSETOF(stat_channel, m_rate_history)
PRINT_OFFSETOF(stat_channel, m_window)
PRINT_OFFSETOF(stat_channel, m_counter)
PRINT_OFFSETOF(stat_channel, m_total_counter)
PRINT_OFFSETOF(stat_channel, m_rate_sum)
// PRINT_SIZEOF(stat_channel)
// PRINT_OFFSETOF(stat_channel, m_counter)
// PRINT_OFFSETOF(stat_channel, m_average)
// PRINT_OFFSETOF(stat_channel, m_total_counter)
torrent::print_size(*m_logger);