Repository: trafficserver
Updated Branches:
  refs/heads/master 54aaca2b6 -> a86181e0a


[TS-3881] minor doc fixup.


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

Branch: refs/heads/master
Commit: a86181e0ae77a86b315576a304c6781d63e70618
Parents: 54aaca2
Author: Sudheer Vinukonda <[email protected]>
Authored: Wed Sep 16 20:48:06 2015 +0000
Committer: Sudheer Vinukonda <[email protected]>
Committed: Wed Sep 16 20:48:06 2015 +0000

----------------------------------------------------------------------
 doc/reference/api/TSHttpTxnInfoIntGet.en.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a86181e0/doc/reference/api/TSHttpTxnInfoIntGet.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/api/TSHttpTxnInfoIntGet.en.rst 
b/doc/reference/api/TSHttpTxnInfoIntGet.en.rst
index 975dcbb..d6f43ee 100644
--- a/doc/reference/api/TSHttpTxnInfoIntGet.en.rst
+++ b/doc/reference/api/TSHttpTxnInfoIntGet.en.rst
@@ -31,38 +31,38 @@ Description
 :c:func:`TSHttpTxnInfoIntGet` returns arbitrary integer-typed info about a 
transaction as defined in
 :c:type:`TSHttpTxnInfoKey`. The API will be part of a generic API umbrella 
that can support returning
 arbitrary info about a transaction using custom log tags. It works on multiple 
hooks depending on the
-requested info. For example, cache related info may be available only at or 
after :c:data:`CACHE_LOOKUP_COMPLETE` hook.
+requested info. For example, cache related info may be available only at or 
after :c:data:`TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK` hook.
 
 The :c:type:`TSHttpTxnInfoKey` currently supports the below integer-based info 
about a transaction
 
     :c:data:`TS_TXN_INFO_CACHE_HIT_RAM`
 
-         This info is available at or after :c:data:`CACHE_LOOKUP_COMPLETE` 
hook. A value of 1 indicates that the response
+         This info is available at or after 
:c:data:`TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK` hook. A value of 1 indicates that 
the response
          is returned from RAM cache. A value of 0 indicates otherwise.
 
     :c:data:`TS_TXN_INFO_CACHE_COMPRESSED_IN_RAM`
 
-         This info is available at or after :c:data:`CACHE_LOOKUP_COMPLETE` 
hook. A value of 1 indicates that the response
+         This info is available at or after 
:c:data:`TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK` hook. A value of 1 indicates that 
the response
          is returned from RAM cache and is compressed. A value of 0 indicates 
otherwise.
 
     :c:data:`TS_TXN_INFO_CACHE_HIT_RWW`
 
-         This info is available at or after :c:data:`CACHE_LOOKUP_COMPLETE` 
hook. A value of 1 indicates that the response
+         This info is available at or after 
:c:data:`TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK` hook. A value of 1 indicates that 
the response
          is returned via Read-While-Writer functionality. A value of 0 
indicates otherwise.
 
     :c:data:`TS_TXN_INFO_CACHE_OPEN_READ_TRIES`
 
-         This info is available at or after :c:data:`CACHE_LOOKUP_COMPLETE` 
hook. The value indicates the number of cache open
+         This info is available at or after 
:c:data:`TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK` hook. The value indicates the 
number of cache open
          read reattempts made by the transaction on cache open read failure.
 
     :c:data:`TS_TXN_INFO_CACHE_OPEN_WRITE_TRIES`
 
-         This info is available at or after :c:data:`CACHE_LOOKUP_COMPLETE` 
hook. The value indicates the number of cache open
+         This info is available at or after 
:c:data:`TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK` hook. The value indicates the 
number of cache open
          write reattempts made by the transaction on cache open write failure.
 
     :c:data:`TS_TXN_INFO_CACHE_VOLUME`
 
-         This info is available at or after :c:data:`CACHE_LOOKUP_COMPLETE` 
hook. The value indicates the cache volume ID used
+         This info is available at or after 
:c:data:`TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK` hook. The value indicates the 
cache volume ID used
          for the cache object associated with the transaction.
 
 Return values

Reply via email to