You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "brbzull0 (via GitHub)" <gi...@apache.org> on 2023/03/13 12:03:21 UTC

[GitHub] [trafficserver] brbzull0 commented on a diff in pull request #9511: Fix records events deps

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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org