Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/records/I_RecDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ struct RecRawStatBlock;
// The implementation of this was moved out of the records library due to a circular dependency this produced.
// look for the implementation of RecRawStatBlockOps in iocore/eventsystem
struct RecRawStatBlockOps {
virtual ~RecRawStatBlockOps() = default;
virtual int raw_stat_clear_sum(RecRawStatBlock *rsb, int id) = 0;
virtual int raw_stat_clear_count(RecRawStatBlock *rsb, int id) = 0;
virtual int raw_stat_get_total(RecRawStatBlock *rsb, int id, RecRawStat *total) = 0;
Expand Down