summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
diff options
context:
space:
mode:
authorerdgeist <>2007-11-18 16:46:48 +0000
committererdgeist <>2007-11-18 16:46:48 +0000
commitdab9055590a29351308492e4edbc425a739e5fdc (patch)
tree694f6e2f54d95ccffbb4b96274d0da13e8a7f1a4 /ot_fullscrape.h
parent9cd6e355be8b4e8a0af92d3d06511303e71c1cac (diff)
Reflect new task-classes model in fullscrape worker
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r--ot_fullscrape.h3
1 files changed, 2 insertions, 1 deletions
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 @@
5#define __OT_FULLSCRAPE_H__ 5#define __OT_FULLSCRAPE_H__
6 6
7#include <io.h> 7#include <io.h>
8#include "ot_mutex.h"
8 9
9void fullscrape_init( ); 10void fullscrape_init( );
10void fullscrape_deliver( int64 socket ); 11void fullscrape_deliver( int64 socket, ot_tasktype tasktype );
11 12
12#endif 13#endif