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 2012/12/13 07:59:40 UTC

git commit: gcc 4.4 build fix

Updated Branches:
  refs/heads/master 361a8eb5b -> 3e6359ee5


gcc 4.4 build fix


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

Branch: refs/heads/master
Commit: 3e6359ee5d10147ad39363a44998425ff4b59542
Parents: 361a8eb
Author: James Peach <jp...@apache.org>
Authored: Wed Dec 12 22:59:33 2012 -0800
Committer: James Peach <jp...@apache.org>
Committed: Wed Dec 12 22:59:33 2012 -0800

----------------------------------------------------------------------
 proxy/congest/Congestion.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3e6359ee/proxy/congest/Congestion.cc
----------------------------------------------------------------------
diff --git a/proxy/congest/Congestion.cc b/proxy/congest/Congestion.cc
index b318c0a..f790134 100644
--- a/proxy/congest/Congestion.cc
+++ b/proxy/congest/Congestion.cc
@@ -77,7 +77,7 @@ struct CongestionMatcherTable :
   public ConfigInfo
 {
   CongestionMatcherTable(const char * file_var, const char * name, const matcher_tags * tags)
-    : ControlMatcher(file_var, name, tags) {
+    : ControlMatcher<CongestionControlRecord, CongestionControlRule>(file_var, name, tags) {
   }
 
   static void reconfigure();