summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
diff options
context:
space:
mode:
authorerdgeist <>2007-11-19 21:14:09 +0000
committererdgeist <>2007-11-19 21:14:09 +0000
commit6d09527ed8442e856920686bd03fa2d582da6956 (patch)
tree4ea3ade94bc492859db1a482975d48fcb224016b /ot_fullscrape.h
parent49ba269b9d09746e90e153f3e245eaf3f97e35cc (diff)
Fullscrape now cleanly finalizes its thread
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r--ot_fullscrape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h
index ef27c5c..22ef3cb 100644
--- a/ot_fullscrape.h
+++ b/ot_fullscrape.h
@@ -8,6 +8,7 @@
8#include "ot_mutex.h" 8#include "ot_mutex.h"
9 9
10void fullscrape_init( ); 10void fullscrape_init( );
11void fullscrape_deinit( );
11void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); 12void fullscrape_deliver( int64 socket, ot_tasktype tasktype );
12 13
13#endif 14#endif