You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2015/08/13 02:29:05 UTC

trafficserver git commit: [TS-3835]: commit missed apidefs.in change with the new overridable setting.

Repository: trafficserver
Updated Branches:
  refs/heads/master e381073bd -> b7f431406


[TS-3835]: commit missed apidefs.in change with the new overridable setting.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b7f43140
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b7f43140
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b7f43140

Branch: refs/heads/master
Commit: b7f4314069318c6f3b6ab9fd504e7f5525cbb96c
Parents: e381073
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Thu Aug 13 00:27:39 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Thu Aug 13 00:27:39 2015 +0000

----------------------------------------------------------------------
 lib/ts/apidefs.h.in | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b7f43140/lib/ts/apidefs.h.in
----------------------------------------------------------------------
diff --git a/lib/ts/apidefs.h.in b/lib/ts/apidefs.h.in
index 2237cfe..b6c4bb7 100644
--- a/lib/ts/apidefs.h.in
+++ b/lib/ts/apidefs.h.in
@@ -675,6 +675,7 @@ typedef enum {
   TS_CONFIG_HTTP_SLOW_LOG_THRESHOLD,
   TS_CONFIG_HTTP_CACHE_GENERATION,
   TS_CONFIG_BODY_FACTORY_TEMPLATE_BASE,
+  TS_CONFIG_HTTP_CACHE_OPEN_WRITE_FAIL_ACTION,
   TS_CONFIG_LAST_ENTRY
 } TSOverridableConfigKey;