You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2015/05/18 22:41:05 UTC

trafficserver git commit: Doc: tweaks for overridable variables for new header file (apidefs.h.in)

Repository: trafficserver
Updated Branches:
  refs/heads/master 5bea4c448 -> c76370a16


Doc: tweaks for overridable variables for new header file (apidefs.h.in)


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

Branch: refs/heads/master
Commit: c76370a1622edfe18f44da4b5d73239a9e04a8e7
Parents: 5bea4c4
Author: Alan M. Carroll <so...@yahoo-inc.com>
Authored: Mon May 18 15:40:34 2015 -0500
Committer: Alan M. Carroll <so...@yahoo-inc.com>
Committed: Mon May 18 15:40:34 2015 -0500

----------------------------------------------------------------------
 doc/arch/hacking/config-var-impl.en.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c76370a1/doc/arch/hacking/config-var-impl.en.rst
----------------------------------------------------------------------
diff --git a/doc/arch/hacking/config-var-impl.en.rst b/doc/arch/hacking/config-var-impl.en.rst
index a0afcaf..b9f2d8b 100644
--- a/doc/arch/hacking/config-var-impl.en.rst
+++ b/doc/arch/hacking/config-var-impl.en.rst
@@ -25,9 +25,9 @@
 
 .. _RecordsConfig.cc: https://github.com/apache/trafficserver/blob/master/mgmt/RecordsConfig.cc
 
-.. |ts.h.in| replace:: ``ts.h.in``
+.. |apidefs.h.in| replace:: ``apidefs.h.in``
 
-.. _ts.h.in: https://github.com/apache/trafficserver/blob/master/proxy/api/ts/ts.h.in
+.. _apidefs.h.in: https://github.com/apache/trafficserver/blob/master/lib/ts/apidefs.h.in
 
 .. |InkAPI.cc| replace:: ``InkAPI.cc``
 
@@ -303,14 +303,13 @@ Overridable Variables
 HTTP related variables that are changeable per transaction are stored in the
 ``OverridableHttpConfigParams`` structure, an instance of which is the ``oride``
 member of ``HTTPConfigParams`` and therefore the points in the previous section
-still apply. The only difference for that is the further ``.oride`` in the
-structure references.
+still apply. The only difference for that is the further ``.oride`` member specifier in the structure references.
 
 The variable is required to be accessible from the transaction API. In addition
 to any custom API functions used to access the value, the following items are
 required for generic access:
 
-#. Add a value to the ``TSOverridableConfigKey`` enumeration in |ts.h.in|_.
+#. Add a value to the ``TSOverridableConfigKey`` enumeration in |apidefs.h.in|_.
 
 #. Augment the ``TSHttpTxnConfigFind`` function to return this enumeration value
    when given the name of the configuration variable. Be sure to count the