summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r--ot_fullscrape.h9
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
9void fullscrape_init( ); 11void fullscrape_init( );
10void fullscrape_deinit( ); 12void fullscrape_deinit( );
11void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); 13void 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