This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 8b40c578c77d8a31ee4fb57a912f269ad9a23aec
Author: Walter Karas <[email protected]>
AuthorDate: Mon Nov 12 10:35:00 2018 -0600

    Add TS_EVENT_AIO_DONE, deprecate TS_AIO_EVENT_DONE.
---
 include/ts/apidefs.h.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/ts/apidefs.h.in b/include/ts/apidefs.h.in
index ecdc824..53d6929 100644
--- a/include/ts/apidefs.h.in
+++ b/include/ts/apidefs.h.in
@@ -429,7 +429,8 @@ typedef enum {
   TS_EVENT_SSL_SESSION_GET                      = 2000,
   TS_EVENT_SSL_SESSION_NEW                      = 2001,
   TS_EVENT_SSL_SESSION_REMOVE                   = 2002,
-  TS_AIO_EVENT_DONE                             = 3900,
+  TS_EVENT_AIO_DONE                             = 3900,
+  TS_AIO_EVENT_DONE                             = TS_EVENT_AIO_DONE,  // 
Deprecated, do not use in new code.
   TS_EVENT_HTTP_CONTINUE                        = 60000,
   TS_EVENT_HTTP_ERROR                           = 60001,
   TS_EVENT_HTTP_READ_REQUEST_HDR                = 60002,

Reply via email to