From 6458a37d82aef8e910b2aed4cf25333e211482ae Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 16 Nov 2007 00:23:42 +0000 Subject: introducing multithreaded full scrape creation. --- ot_fullscrape.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ot_fullscrape.h') diff --git a/ot_fullscrape.h b/ot_fullscrape.h index a33d066..9ed4376 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h @@ -4,8 +4,9 @@ #ifndef __OT_FULLSCRAPE_H__ #define __OT_FULLSCRAPE_H__ -#include +#include -size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector ); +void fullscrape_init( ); +void fullscrape_deliver( int64 socket ); #endif -- cgit v1.2.3