diff options
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 ); |