Reflect new task-classes model in fullscrape worker

master
Dirk Engling 2007-11-18 16:46:48 +00:00
parent c4e5c983a5
commit f0842a9cc3
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@
#define __OT_FULLSCRAPE_H__
#include <io.h>
#include "ot_mutex.h"
void fullscrape_init( );
void fullscrape_deliver( int64 socket );
void fullscrape_deliver( int64 socket, ot_tasktype tasktype );
#endif