summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
diff options
context:
space:
mode:
authorerdgeist <>2007-11-12 01:38:08 +0000
committererdgeist <>2007-11-12 01:38:08 +0000
commit31f5b923eb65f46773dd52864447fe5cc678b79c (patch)
tree23943f184f35931d9db5767a487da716abff13f6 /ot_fullscrape.h
parent54bdad552e5c997258467492c0c7d022fb428090 (diff)
Fullscrape is thread safe now.
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r--ot_fullscrape.h11
1 files changed, 11 insertions, 0 deletions
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 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever. */
3
4#ifndef __OT_FULLSCRAPE_H__
5#define __OT_FULLSCRAPE_H__
6
7#include <sys/uio.h>
8
9size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector );
10
11#endif \ No newline at end of file