brbzull0 commented on code in PR #9511:
URL: https://github.com/apache/trafficserver/pull/9511#discussion_r1133814235
##########
include/records/I_RecDefs.h:
##########
@@ -151,6 +151,19 @@ struct RecRawStat {
uint32_t version;
};
+struct RecRawStatBlock;
+
+// This defines the interface to the low level stat block operations
+// The implementation of this was moved out of the records library due to a
circular dependency this produced.
+// look for the implmenetation of RecRawStatBlockOps in iocore/eventsystem
Review Comment:
typo? `implementation`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]