From 66c906d5d3c100e5fe1e6f088bd1ea17c5831894 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 15 Jan 2009 23:01:36 +0000 Subject: Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set default handler for the second SIGINT --- ot_fullscrape.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_fullscrape.c') 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( ) { pthread_cancel( thread_id ); } -void fullscrape_deliver( int64 socket, ot_tasktype tasktype ) { - mutex_workqueue_pushtask( socket, tasktype ); +void fullscrape_deliver( int64 sock, ot_tasktype tasktype ) { + mutex_workqueue_pushtask( sock, tasktype ); } static int fullscrape_increase( int *iovec_entries, struct iovec **iovector, -- cgit v1.2.3