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_stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_stats.c') diff --git a/ot_stats.c b/ot_stats.c index 30a599c..8de1a52 100644 --- a/ot_stats.c +++ b/ot_stats.c @@ -611,8 +611,8 @@ static void * stats_worker( void * args ) { return NULL; } -void stats_deliver( int64 socket, int tasktype ) { - mutex_workqueue_pushtask( socket, tasktype ); +void stats_deliver( int64 sock, int tasktype ) { + mutex_workqueue_pushtask( sock, tasktype ); } static pthread_t thread_id; -- cgit v1.2.3