Repository: trafficserver Updated Branches: refs/heads/master 9e2fce4d2 -> 84a8c8424
TS-3064 Expose TS_EVENT_VCONN_ACTIVE_TIMEOUT in headers. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e580f0d6 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e580f0d6 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e580f0d6 Branch: refs/heads/master Commit: e580f0d6df9ebd9311f0428d64dba381511e890f Parents: 9e2fce4 Author: Daniel Vitor Morilha <[email protected]> Authored: Wed Nov 19 13:59:40 2014 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Wed Nov 19 13:59:40 2014 -0700 ---------------------------------------------------------------------- lib/ts/apidefs.h.in | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e580f0d6/lib/ts/apidefs.h.in ---------------------------------------------------------------------- diff --git a/lib/ts/apidefs.h.in b/lib/ts/apidefs.h.in index 2b62427..93f473f 100644 --- a/lib/ts/apidefs.h.in +++ b/lib/ts/apidefs.h.in @@ -378,6 +378,7 @@ extern "C" TS_EVENT_VCONN_WRITE_COMPLETE = 103, TS_EVENT_VCONN_EOS = 104, TS_EVENT_VCONN_INACTIVITY_TIMEOUT = 105, + TS_EVENT_VCONN_ACTIVE_TIMEOUT = 106, TS_EVENT_NET_CONNECT = 200, TS_EVENT_NET_CONNECT_FAILED = 201,
