Minor cleanup. More efficient push() operation for RingBuffer

This commit is contained in:
Joseph Henry
2018-06-13 14:50:37 -07:00
parent 0faa655b83
commit f8005b88ad
3 changed files with 9 additions and 11 deletions

View File

@@ -678,8 +678,8 @@ private:
bool _linkIsRedundant;
bool _remotePeerMultipathEnabled;
uint64_t _lastAggregateStatsReport;
uint64_t _lastAggregateAllocation;
int64_t _lastAggregateStatsReport;
int64_t _lastAggregateAllocation;
char _interfaceListStr[256]; // 16 characters * 16 paths in a link
};