You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/01/18 00:52:58 UTC

[trafficserver] branch 7.1.x updated: TS-4887: Fixes naming of this new API in the docs

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

zwoop pushed a commit to branch 7.1.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  cfa2d53   TS-4887: Fixes naming of this new API in the docs
cfa2d53 is described below

commit cfa2d5397de55a6ef6084caf6f26f6c0af146e37
Author: Leif Hedstrom <le...@ogre.com>
AuthorDate: Tue Jan 17 17:51:04 2017 -0700

    TS-4887: Fixes naming of this new API in the docs
    
    (cherry picked from commit ffab45cd303b25c69f675c60a21501eba56306a5)
---
 ...tionUrlGet.en.rst => TSHttpTxnParentSelectionUrlGet.en.rst} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/developer-guide/api/functions/TSHttpTxnCacheParentSelectionUrlGet.en.rst b/doc/developer-guide/api/functions/TSHttpTxnParentSelectionUrlGet.en.rst
similarity index 86%
rename from doc/developer-guide/api/functions/TSHttpTxnCacheParentSelectionUrlGet.en.rst
rename to doc/developer-guide/api/functions/TSHttpTxnParentSelectionUrlGet.en.rst
index 9a14a6e..4054234 100644
--- a/doc/developer-guide/api/functions/TSHttpTxnCacheParentSelectionUrlGet.en.rst
+++ b/doc/developer-guide/api/functions/TSHttpTxnParentSelectionUrlGet.en.rst
@@ -19,7 +19,7 @@
 
 .. default-domain:: c
 
-TSHttpTxnCacheParentSelectionUrlSet
+TSHttpTxnParentSelectionUrlSet
 ***********************************
 
 Traffic Server Parent Selection consistent hash URL manipulation API.
@@ -29,8 +29,8 @@ Synopsis
 
 `#include <ts/ts.h>`
 
-.. function:: TSReturnCode TSHttpTxnCacheParentSelectionUrlSet(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc offset)
-.. function:: TSReturnCode TSHttpTxnCacheParentSelectionUrlGet(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc offset)
+.. function:: TSReturnCode TSHttpTxnParentSelectionUrlSet(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc offset)
+.. function:: TSReturnCode TSHttpTxnParentSelectionUrlGet(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc offset)
 
 Description
 ===========
@@ -58,9 +58,9 @@ generating the over-ride URL. For example, since the over-ride URL is
 arbitrary, the URL scheme and hostname can simply be set to
 "fake://fake.fake" when creating the over-ride URL.
 
-:func:`TSHttpTxnCacheParentSelectionUrlSet` will set the over-ride URL.
+:func:`TSHttpTxnParentSelectionUrlSet` will set the over-ride URL.
 
-:func:`TSHttpTxnCacheParentSelectionUrlGet` will get the over-ride URL.
+:func:`TSHttpTxnParentSelectionUrlGet` will get the over-ride URL.
 
 Return Values
 =============

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].