diff options
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r-- | ot_fullscrape.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h index ccd39f4..4025be1 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h | |||
@@ -6,8 +6,17 @@ | |||
6 | #ifndef __OT_FULLSCRAPE_H__ | 6 | #ifndef __OT_FULLSCRAPE_H__ |
7 | #define __OT_FULLSCRAPE_H__ | 7 | #define __OT_FULLSCRAPE_H__ |
8 | 8 | ||
9 | #ifdef WANT_FULLSCRAPE | ||
10 | |||
9 | void fullscrape_init( ); | 11 | void fullscrape_init( ); |
10 | void fullscrape_deinit( ); | 12 | void fullscrape_deinit( ); |
11 | void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); | 13 | void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); |
12 | 14 | ||
15 | #else | ||
16 | |||
17 | #define fullscrape_init() | ||
18 | #define fullscrape_deinit() | ||
19 | |||
20 | #endif | ||
21 | |||
13 | #endif | 22 | #endif |