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/05/08 00:54:34 UTC

trafficserver git commit: fix compile error

Repository: trafficserver
Updated Branches:
  refs/heads/master eee1541a9 -> 01cab9286


fix compile error


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

Branch: refs/heads/master
Commit: 01cab928685a543d4013a559e13addc66c19db05
Parents: eee1541
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Thu May 7 22:54:16 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Thu May 7 22:54:16 2015 +0000

----------------------------------------------------------------------
 plugins/experimental/background_fetch/background_fetch.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/01cab928/plugins/experimental/background_fetch/background_fetch.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/background_fetch/background_fetch.cc b/plugins/experimental/background_fetch/background_fetch.cc
index cfc2157..cfdff2a 100644
--- a/plugins/experimental/background_fetch/background_fetch.cc
+++ b/plugins/experimental/background_fetch/background_fetch.cc
@@ -874,7 +874,7 @@ is_background_fetch_allowed(TSHttpTxn txnp, BgFetchRuleMap *ri)
 // there could be other plugins that modifies the response after us.
 //
 static int
-cont_handle_response(TSCont contp, TSEvent /* event ATS_UNUSED */, void *edata)
+cont_handle_response(TSCont contp, TSEvent event, void *edata)
 {
   // ToDo: If we want to support per-remap configurations, we have to pass along the data here
   TSHttpTxn txnp = static_cast<TSHttpTxn>(edata);