summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_mutex.h')
-rw-r--r--ot_mutex.h4
1 files changed, 2 insertions, 2 deletions
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 {
59 59
60typedef unsigned long ot_taskid; 60typedef unsigned long ot_taskid;
61 61
62int mutex_workqueue_pushtask( int64 socket, ot_tasktype tasktype ); 62int mutex_workqueue_pushtask( int64 sock, ot_tasktype tasktype );
63void mutex_workqueue_canceltask( int64 socket ); 63void mutex_workqueue_canceltask( int64 sock );
64void mutex_workqueue_pushsuccess( ot_taskid taskid ); 64void mutex_workqueue_pushsuccess( ot_taskid taskid );
65ot_taskid mutex_workqueue_poptask( ot_tasktype *tasktype ); 65ot_taskid mutex_workqueue_poptask( ot_tasktype *tasktype );
66int mutex_workqueue_pushresult( ot_taskid taskid, int iovec_entries, struct iovec *iovector ); 66int mutex_workqueue_pushresult( ot_taskid taskid, int iovec_entries, struct iovec *iovector );