diff options
| author | erdgeist <> | 2007-11-16 00:23:42 +0000 |
|---|---|---|
| committer | erdgeist <> | 2007-11-16 00:23:42 +0000 |
| commit | 6458a37d82aef8e910b2aed4cf25333e211482ae (patch) | |
| tree | 619db62da7168b8979ec61913128fcbbefa0e128 /ot_fullscrape.h | |
| parent | d3963803caab5b1cb30bb58b271dede1b731bbd8 (diff) | |
introducing multithreaded full scrape creation.
Diffstat (limited to 'ot_fullscrape.h')
| -rw-r--r-- | ot_fullscrape.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
| 4 | #ifndef __OT_FULLSCRAPE_H__ | 4 | #ifndef __OT_FULLSCRAPE_H__ |
| 5 | #define __OT_FULLSCRAPE_H__ | 5 | #define __OT_FULLSCRAPE_H__ |
| 6 | 6 | ||
| 7 | #include <sys/uio.h> | 7 | #include <io.h> |
| 8 | 8 | ||
| 9 | size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector ); | 9 | void fullscrape_init( ); |
| 10 | void fullscrape_deliver( int64 socket ); | ||
| 10 | 11 | ||
| 11 | #endif | 12 | #endif |
