You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2010/09/22 22:29:57 UTC

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

Author: zwoop
Date: Wed Sep 22 20:29:56 2010
New Revision: 1000193

URL: http://svn.apache.org/viewvc?rev=1000193&view=rev
Log:
TS-390 Remove some unnecessary features / APIs.

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

Modified: trafficserver/traffic/trunk/proxy/api/ts/ts.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/api/ts/ts.h?rev=1000193&r1=1000192&r2=1000193&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/api/ts/ts.h (original)
+++ trafficserver/traffic/trunk/proxy/api/ts/ts.h Wed Sep 22 20:29:56 2010
@@ -2387,8 +2387,6 @@ extern "C"
       TS_STAT_SYNC_COUNT,
       TS_STAT_SYNC_AVG,
       TS_STAT_SYNC_TIMEAVG,
-      TS_STAT_SYNC_MSECS_TO_SECONDS,
-      TS_STAT_SYNC_MHR_TIMEAVG
     } TSStatSync;
 
   inkapi int TSRegisterStat(const char *the_name, TSStatDataType the_type, TSStatPersistence persist, TSStatSync sync);
@@ -2403,9 +2401,6 @@ extern "C"
   inkapi INKReturnCode TSStatFloatGet(int the_stat, float* value);
   inkapi INKReturnCode TSStatFloatSet(int the_stat, float value);
 
-  inkapi INKReturnCode TSStatCountGet(int the_stat, INK64* count);
-  inkapi INKReturnCode TSStatCountSet(int the_stat, INK64 count);
-
 
   /* --------------------------------------------------------------------------
      This is the old stats system, it's completely deprecated, and should not