summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
blob: 6411c2b3069d9943b6ad62f123c1ef083c2258e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
   It is considered beerware. Prost. Skol. Cheers or whatever. */

#ifndef __OT_FULLSCRAPE_H__
#define __OT_FULLSCRAPE_H__

#include <sys/uio.h>

size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector );

#endif