diff options
author | erdgeist <> | 2007-11-18 16:46:48 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-18 16:46:48 +0000 |
commit | dab9055590a29351308492e4edbc425a739e5fdc (patch) | |
tree | 694f6e2f54d95ccffbb4b96274d0da13e8a7f1a4 | |
parent | 9cd6e355be8b4e8a0af92d3d06511303e71c1cac (diff) |
Reflect new task-classes model in fullscrape worker
-rw-r--r-- | ot_fullscrape.h | 3 |
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 | ||
9 | void fullscrape_init( ); | 10 | void fullscrape_init( ); |
10 | void fullscrape_deliver( int64 socket ); | 11 | void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); |
11 | 12 | ||
12 | #endif | 13 | #endif |