Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/971#discussion_r78096037
--- Diff: lib/records/RecCore.cc ---
@@ -514,6 +514,18 @@ RecLookupMatchingRecords(unsigned rec_type, const char
*match, void (*callback)(
return REC_ERR_OKAY;
}
+void
+RecLookupIterateRecords(std::function<void (RecRecord const*)> f)
--- End diff --
Yes, I saw the `RecLookup...` functions and modeled the new call on those.
I didn't see `RecDumpRecords`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---