mirror of
git://erdgeist.org/opentracker
synced 2025-08-03 14:25:31 +02:00
Reflect new task-classes model in fullscrape worker
This commit is contained in:
parent
9cd6e355be
commit
dab9055590
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue