bneradt commented on code in PR #8960:
URL: https://github.com/apache/trafficserver/pull/8960#discussion_r920551967
##########
include/ts/apidefs.h.in:
##########
@@ -554,6 +554,11 @@ typedef enum {
TS_EVENT_SSL_CLIENT_HELLO = 60207,
TS_EVENT_SSL_SECRET = 60208,
+ TS_EVENT_FILE_CREATED = 60300,
+ TS_EVENT_FILE_UPDATED = 60301,
+ TS_EVENT_FILE_DELETED = 60302,
+ TS_EVENT_FILE_IGNORED = 60303,
+
TS_EVENT_MGMT_UPDATE = 60300
Review Comment:
Just checking: is it intentional that `TS_EVENT_FILE_CREATED` and
`TS_EVENT_MGMT_UPDATE` have the same enum value?
--
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]