From 31f5b923eb65f46773dd52864447fe5cc678b79c Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 12 Nov 2007 01:38:08 +0000 Subject: Fullscrape is thread safe now. --- ot_fullscrape.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ot_fullscrape.h (limited to 'ot_fullscrape.h') diff --git a/ot_fullscrape.h b/ot_fullscrape.h new file mode 100644 index 0000000..6411c2b --- /dev/null +++ b/ot_fullscrape.h @@ -0,0 +1,11 @@ +/* This software was written by Dirk Engling + It is considered beerware. Prost. Skol. Cheers or whatever. */ + +#ifndef __OT_FULLSCRAPE_H__ +#define __OT_FULLSCRAPE_H__ + +#include + +size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector ); + +#endif \ No newline at end of file -- cgit v1.2.3