You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2010/11/17 03:44:16 UTC

svn commit: r1035908 - /trafficserver/traffic/trunk/proxy/api/ts/InkAPIPrivateIOCore.h

Author: igalic
Date: Wed Nov 17 02:44:15 2010
New Revision: 1035908

URL: http://svn.apache.org/viewvc?rev=1035908&view=rev
Log:
Fix compile error (with clang++)

Modified:
    trafficserver/traffic/trunk/proxy/api/ts/InkAPIPrivateIOCore.h

Modified: trafficserver/traffic/trunk/proxy/api/ts/InkAPIPrivateIOCore.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/api/ts/InkAPIPrivateIOCore.h?rev=1035908&r1=1035907&r2=1035908&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/api/ts/InkAPIPrivateIOCore.h (original)
+++ trafficserver/traffic/trunk/proxy/api/ts/InkAPIPrivateIOCore.h Wed Nov 17 02:44:15 2010
@@ -63,7 +63,7 @@ public:
   // We should give these appropriate names, like contName and isContStatsEnabled() or some such.
   void setName(const char *name);
   const char *getName();
-  void statCallsMade(INKHttpHookID hook_id);
+  void statCallsMade(TSHttpHookID hook_id);
   bool isStatsEnabled() { return stats_enabled; }
 #endif