From dab9055590a29351308492e4edbc425a739e5fdc Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 18 Nov 2007 16:46:48 +0000 Subject: Reflect new task-classes model in fullscrape worker --- ot_fullscrape.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ot_fullscrape.h b/ot_fullscrape.h index 9ed4376..ef27c5c 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h @@ -5,8 +5,9 @@ #define __OT_FULLSCRAPE_H__ #include +#include "ot_mutex.h" void fullscrape_init( ); -void fullscrape_deliver( int64 socket ); +void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); #endif -- cgit v1.2.3