summaryrefslogtreecommitdiff
path: root/ot_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_sync.c')
-rw-r--r--ot_sync.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ot_sync.c b/ot_sync.c
index c204c95..4beb60d 100644
--- a/ot_sync.c
+++ b/ot_sync.c
@@ -10,9 +10,6 @@
10#include <stdio.h> 10#include <stdio.h>
11#include <string.h> 11#include <string.h>
12#include <pthread.h> 12#include <pthread.h>
13#ifdef WANT_THREAD_NAME_NP
14#include <pthread_np.h>
15#endif
16 13
17/* Libowfat */ 14/* Libowfat */
18#include "scan.h" 15#include "scan.h"
@@ -154,9 +151,6 @@ static void * sync_worker( void * args) {
154static pthread_t thread_id; 151static pthread_t thread_id;
155void sync_init( ) { 152void sync_init( ) {
156 pthread_create( &thread_id, NULL, sync_worker, NULL ); 153 pthread_create( &thread_id, NULL, sync_worker, NULL );
157#ifdef WANT_THREAD_NAME_NP
158 pthread_set_name_np( thread_id, "opentracker (batchsync)");
159#endif
160} 154}
161 155
162void sync_deinit( ) { 156void sync_deinit( ) {