summaryrefslogtreecommitdiff
path: root/ot_fullscrape.h
blob: 22ef3cbf5463f34635465665e6b5ff5f74f22698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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 <io.h>
#include "ot_mutex.h"

void fullscrape_init( );
void fullscrape_deinit( );
void fullscrape_deliver( int64 socket, ot_tasktype tasktype );

#endif