summaryrefslogtreecommitdiff
path: root/ot_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_stats.c')
-rw-r--r--ot_stats.c4
1 files changed, 2 insertions, 2 deletions
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 ) {
611 return NULL; 611 return NULL;
612} 612}
613 613
614void stats_deliver( int64 socket, int tasktype ) { 614void stats_deliver( int64 sock, int tasktype ) {
615 mutex_workqueue_pushtask( socket, tasktype ); 615 mutex_workqueue_pushtask( sock, tasktype );
616} 616}
617 617
618static pthread_t thread_id; 618static pthread_t thread_id;