diff options
author | erdgeist <> | 2009-01-15 23:01:36 +0000 |
---|---|---|
committer | erdgeist <> | 2009-01-15 23:01:36 +0000 |
commit | 66c906d5d3c100e5fe1e6f088bd1ea17c5831894 (patch) | |
tree | 33eb4f386d14327277689e66143d5e607b3eef98 /ot_mutex.h | |
parent | 4ced0484abae55546e04954b3dafad46f9db348a (diff) |
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
Diffstat (limited to 'ot_mutex.h')
-rw-r--r-- | ot_mutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ typedef enum { | |||
59 | 59 | ||
60 | typedef unsigned long ot_taskid; | 60 | typedef unsigned long ot_taskid; |
61 | 61 | ||
62 | int mutex_workqueue_pushtask( int64 socket, ot_tasktype tasktype ); | 62 | int mutex_workqueue_pushtask( int64 sock, ot_tasktype tasktype ); |
63 | void mutex_workqueue_canceltask( int64 socket ); | 63 | void mutex_workqueue_canceltask( int64 sock ); |
64 | void mutex_workqueue_pushsuccess( ot_taskid taskid ); | 64 | void mutex_workqueue_pushsuccess( ot_taskid taskid ); |
65 | ot_taskid mutex_workqueue_poptask( ot_tasktype *tasktype ); | 65 | ot_taskid mutex_workqueue_poptask( ot_tasktype *tasktype ); |
66 | int mutex_workqueue_pushresult( ot_taskid taskid, int iovec_entries, struct iovec *iovector ); | 66 | int mutex_workqueue_pushresult( ot_taskid taskid, int iovec_entries, struct iovec *iovector ); |