You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/01/11 00:20:16 UTC

[2/3] git commit: TS-1996: Apply TS_DEPRECATED compiler annotation

TS-1996: Apply TS_DEPRECATED compiler annotation


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

Branch: refs/heads/master
Commit: a955b08020c8179ca6997747f7bdf35b1204d251
Parents: 8ab00ff
Author: James Peach <jp...@apache.org>
Authored: Thu Jan 9 12:51:09 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Fri Jan 10 15:11:44 2014 -0800

----------------------------------------------------------------------
 proxy/api/ts/experimental.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a955b080/proxy/api/ts/experimental.h
----------------------------------------------------------------------
diff --git a/proxy/api/ts/experimental.h b/proxy/api/ts/experimental.h
index 9fefb19..3d9a68a 100644
--- a/proxy/api/ts/experimental.h
+++ b/proxy/api/ts/experimental.h
@@ -192,8 +192,8 @@ extern "C"
   tsapi TS_DEPRECATED TSReturnCode TSHttpTxnCacheLookupSkip(TSHttpTxn txnp);
 
   /* TS-1996: These API swill be removed after v3.4.0 is cut. Do not use them! */
-  tsapi TSReturnCode TSHttpTxnNewCacheLookupDo(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc url_loc);
-  tsapi TSReturnCode TSHttpTxnSecondUrlTryLock(TSHttpTxn txnp);
+  tsapi TS_DEPRECATED TSReturnCode TSHttpTxnNewCacheLookupDo(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc url_loc);
+  tsapi TS_DEPRECATED TSReturnCode TSHttpTxnSecondUrlTryLock(TSHttpTxn txnp);
 
   /****************************************************************************
    *  ??