From 0deb06d5442d4d65cf4251428d5977396cfbf023 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 7 Oct 2008 23:53:29 +0000 Subject: Reverting last commit. Debug effect not seen. --- ot_fullscrape.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ot_fullscrape.c') diff --git a/ot_fullscrape.c b/ot_fullscrape.c index cab619b..abd8cee 100644 --- a/ot_fullscrape.c +++ b/ot_fullscrape.c @@ -15,9 +15,6 @@ #ifdef WANT_COMPRESSION_GZIP #include #endif -#ifdef WANT_THREAD_NAME_NP -#include -#endif /* Libowfat */ #include "byte.h" @@ -76,9 +73,6 @@ static void * fullscrape_worker( void * args ) { static pthread_t thread_id; void fullscrape_init( ) { pthread_create( &thread_id, NULL, fullscrape_worker, NULL ); -#ifdef WANT_THREAD_NAME_NP - pthread_set_name_np( thread_id, "opentracker (fullscrape)"); -#endif } void fullscrape_deinit( ) { -- cgit v1.2.3