From f0842a9cc34bd54109529faab80cd8278ebd91e7 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 18 Nov 2007 16:46:48 +0000 Subject: [PATCH] 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