Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1233#discussion_r89399145
  
    --- Diff: lib/ts/apidefs.h.in ---
    @@ -798,6 +798,16 @@ typedef int64_t TSMgmtCounter;
     typedef float TSMgmtFloat;
     typedef char *TSMgmtString;
     
    +/// The source of of management value.
    +enum TSMgmtSource {
    +  TS_MGMT_SOURCE_NULL,     ///< No source / value not found.
    +  TS_MGMT_SOURCE_DEFAULT,  ///< Built in core default.
    +  TS_MGMT_SOURCE_PLUGIN,   ///< Plugin supplied default.
    +  TS_MGMT_SOURCE_EXPLICIT, ///< Set by administrator (config file, 
external API, cluster, etc.)
    +  TS_MGMT_SOURCE_ENV       ///< Process environment variable.
    +};
    --- End diff --
    
    This should be a typedef for consistency with all the other TSAPI 
enumerations.


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

Reply via email to