JosiahWI opened a new pull request, #11945:
URL: https://github.com/apache/trafficserver/pull/11945

   These operations are working with directory data. Right now, they operate on 
data of type `Stripe` or `StripeSM`, but that was because those data structures 
contained the directory data they needed until recently. Most of the other data 
there is irrelevant. 
   
   This PR moves those operations (see commits for the list) into the 
`Directory` structure to reduce the dependence on the irrelevant parts of 
`Stripe` and `StripeSM`.
   
   The `StripeSMs` are needed in some cases for debugging, metrics, and an 
intriguing invocation of `Stripe::dir_valid` from `dir_probe`; the `Directory` 
structure will need to be adjusted to have access to a few things for those 
purposes, but the details of that are still a work in progress.


-- 
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]

Reply via email to