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 2010/01/05 23:55:57 UTC

svn commit: r896260 [2/2] - in /incubator/trafficserver/traffic/branches/dev: iocore/aio/ iocore/cache/ iocore/cluster/ iocore/dns/ iocore/eventsystem/ iocore/hostdb/ iocore/net/ iocore/utils/ proxy/stats/

Modified: incubator/trafficserver/traffic/branches/dev/iocore/utils/OpQueue.cc
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/branches/dev/iocore/utils/OpQueue.cc?rev=896260&r1=896259&r2=896260&view=diff
==============================================================================
--- incubator/trafficserver/traffic/branches/dev/iocore/utils/OpQueue.cc (original)
+++ incubator/trafficserver/traffic/branches/dev/iocore/utils/OpQueue.cc Tue Jan  5 22:55:39 2010
@@ -23,7 +23,7 @@
 
 
 #include "I_OpQueue.h"
-#include "inktomi++.h"
+#include "P_EventSystem.h"
 ClassAllocator<Callback> cbAlloc("Callback", 16);
 
 #define CB_ALLOC(_a, _t) _a.alloc()

Modified: incubator/trafficserver/traffic/branches/dev/proxy/stats/CoupledStats.cc
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/branches/dev/proxy/stats/CoupledStats.cc?rev=896260&r1=896259&r2=896260&view=diff
==============================================================================
--- incubator/trafficserver/traffic/branches/dev/proxy/stats/CoupledStats.cc (original)
+++ incubator/trafficserver/traffic/branches/dev/proxy/stats/CoupledStats.cc Tue Jan  5 22:55:39 2010
@@ -27,6 +27,7 @@
 
 #define _c_impl
 #include "CoupledStats.h"
+#include "P_EventSystem.h"
 
 void
 CoupledStatsSnapshot::CommitUpdates()

Modified: incubator/trafficserver/traffic/branches/dev/proxy/stats/Stats.cc
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/branches/dev/proxy/stats/Stats.cc?rev=896260&r1=896259&r2=896260&view=diff
==============================================================================
--- incubator/trafficserver/traffic/branches/dev/proxy/stats/Stats.cc (original)
+++ incubator/trafficserver/traffic/branches/dev/proxy/stats/Stats.cc Tue Jan  5 22:55:39 2010
@@ -25,7 +25,7 @@
 
 #define _s_impl
 #include "Stats.h"
-#include "ink_mutex.h"
+#include "P_EventSystem.h"
 
 StatDescriptor
   StatDescriptor::all_stats[StatDescriptor::MAX_NUM_STATS];