Searched refs:channel_unsynced (Results 1 – 2 of 2) sorted by relevance
195 void statsAddUnsyncCount(const uint64_t count) { m_stats.channel_unsynced += count; }; in statsAddUnsyncCount()444 m_stats.channel_unsynced = 0; in resetStats()
676 uint64_t channel_unsynced; /**< number of unsynced bytes processed on this channel */ member