Github user SolidWallOfCode commented on the issue: https://github.com/apache/trafficserver/pull/1128 I'm a bit at a loss about what to do with enums. For some bizarre reason the C++ domain has enum support but C doesn't. The choices are * Use C 'type' and 'var' * Use C 'type' and 'member' * Use C++ 'enum' and 'enumerator'
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---