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_mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_mutex.h') diff --git a/ot_mutex.h b/ot_mutex.h index 16b25a0..85653ce 100644 --- a/ot_mutex.h +++ b/ot_mutex.h @@ -59,8 +59,8 @@ typedef enum { typedef unsigned long ot_taskid; -int mutex_workqueue_pushtask( int64 socket, ot_tasktype tasktype ); -void mutex_workqueue_canceltask( int64 socket ); +int mutex_workqueue_pushtask( int64 sock, ot_tasktype tasktype ); +void mutex_workqueue_canceltask( int64 sock ); void mutex_workqueue_pushsuccess( ot_taskid taskid ); ot_taskid mutex_workqueue_poptask( ot_tasktype *tasktype ); int mutex_workqueue_pushresult( ot_taskid taskid, int iovec_entries, struct iovec *iovector ); -- cgit v1.2.3