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

[PR] Rename vol to stripe (defined in the CacheVC.h) [trafficserver]

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

   Part of #10628. 
   
   Main changes are renaming members of CacheVC.
   
   ```
   Stripe *vol;
   int scanVol(int event, Event *e);
   char *scan_vol_map;
   ```
   
   to
   
   ```
   Stripe *stripe;
   int scanStripe(int event, Event *e);
   char *scan_stripe_map;
   ```


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


Re: [PR] Rename vol to stripe (defined in the CacheVC.h) [trafficserver]

Posted by "masaori335 (via GitHub)" <gi...@apache.org>.
masaori335 commented on PR #10737:
URL: https://github.com/apache/trafficserver/pull/10737#issuecomment-1829095053

   Resolved conflicts. Please take another look.


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


Re: [PR] Rename vol to stripe (defined in the CacheVC.h) [trafficserver]

Posted by "masaori335 (via GitHub)" <gi...@apache.org>.
masaori335 commented on PR #10737:
URL: https://github.com/apache/trafficserver/pull/10737#issuecomment-1797388067

   Draft until https://github.com/apache/trafficserver/pull/10710 is merged.


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


Re: [PR] Rename vol to stripe (defined in the CacheVC.h) [trafficserver]

Posted by "masaori335 (via GitHub)" <gi...@apache.org>.
masaori335 merged PR #10737:
URL: https://github.com/apache/trafficserver/pull/10737


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