Searched refs:channel_total (Results 1 – 2 of 2) sorted by relevance
194 void statsAddTotalCount(const uint64_t count) { m_stats.channel_total += count; }; in statsAddTotalCount()443 m_stats.channel_total = 0; in resetStats()
675 uint64_t channel_total; /**< total bytes processed for this channel */ member