From 8e671b34c25116f0965974c69ae8d2fb0e190778 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 30 Apr 2008 16:14:42 +0000 Subject: [PATCH] Introduced kernel tracing in wait_for_objects.cpp (in r25273), ATM only for select(), though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25274 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/config_headers/tracing_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/build/config_headers/tracing_config.h b/build/config_headers/tracing_config.h index 7a530b8197..1353af9489 100644 --- a/build/config_headers/tracing_config.h +++ b/build/config_headers/tracing_config.h @@ -35,6 +35,7 @@ #define TCP_TRACING 0 #define TEAM_TRACING 0 #define USER_MALLOC_TRACING 0 +#define WAIT_FOR_OBJECTS_TRACING 0 #endif // ENABLE_TRACING