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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_fullscrape.h') diff --git a/ot_fullscrape.h b/ot_fullscrape.h index 3f5dc7d..b86f8ea 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h @@ -10,7 +10,7 @@ void fullscrape_init( ); void fullscrape_deinit( ); -void fullscrape_deliver( int64 socket, ot_tasktype tasktype ); +void fullscrape_deliver( int64 sock, ot_tasktype tasktype ); #else -- cgit v1.2.3