summaryrefslogtreecommitdiff
path: root/ot_fullscrape.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_fullscrape.c')
-rw-r--r--ot_fullscrape.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c
index 17405b7..4cd0a44 100644
--- a/ot_fullscrape.c
+++ b/ot_fullscrape.c
@@ -80,8 +80,8 @@ void fullscrape_deinit( ) {
80 pthread_cancel( thread_id ); 80 pthread_cancel( thread_id );
81} 81}
82 82
83void fullscrape_deliver( int64 socket, ot_tasktype tasktype ) { 83void fullscrape_deliver( int64 sock, ot_tasktype tasktype ) {
84 mutex_workqueue_pushtask( socket, tasktype ); 84 mutex_workqueue_pushtask( sock, tasktype );
85} 85}
86 86
87static int fullscrape_increase( int *iovec_entries, struct iovec **iovector, 87static int fullscrape_increase( int *iovec_entries, struct iovec **iovector,