You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/05/10 19:19:55 UTC

[GitHub] [trafficserver] SolidWallOfCode opened a new pull request #7804: NetEvent cleanup - replace #define with constexpr

SolidWallOfCode opened a new pull request #7804:
URL: https://github.com/apache/trafficserver/pull/7804


   `#define` should be avoided whenever possible. This removes a couple of flag values which are defined in the middle of a structure and replaces with scoped constant expressions.


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

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



[GitHub] [trafficserver] SolidWallOfCode merged pull request #7804: NetEvent cleanup - replace #define with constexpr

Posted by GitBox <gi...@apache.org>.
SolidWallOfCode merged pull request #7804:
URL: https://github.com/apache/trafficserver/pull/7804


   


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

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