From ec5421cec1207d70f09d7cabc371780e30705b9a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 3 Dec 2007 01:00:58 +0000 Subject: Simplify includes, add new STATS code for scrapes --- ot_mutex.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h index 5cee3f5..43c3054 100644 --- a/ot_mutex.h +++ b/ot_mutex.h @@ -4,9 +4,6 @@ #ifndef __OT_MUTEX_H__ #define __OT_MUTEX_H__ -#include "ot_iovec.h" -#include "io.h" - void mutex_init( ); void mutex_deinit( ); @@ -22,9 +19,9 @@ typedef enum { TASK_STATS_TOP5 = 0x0002, TASK_STATS_TCP = 0x0003, TASK_STATS_UDP = 0x0004, - TASK_STATS_FULLSCRAPE = 0x0005, - TASK_STATS_TPB = 0x0006, - TASK_STATS_SCRAPE = 0x0007, + TASK_STATS_SCRAPE = 0x0005, + TASK_STATS_FULLSCRAPE = 0x0006, + TASK_STATS_TPB = 0x0007, TASK_STATS_SLASH24S = 0x0100, -- cgit v1.2.3