diff options
Diffstat (limited to 'ot_stats.c')
-rw-r--r-- | ot_stats.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -611,8 +611,8 @@ static void * stats_worker( void * args ) { | |||
611 | return NULL; | 611 | return NULL; |
612 | } | 612 | } |
613 | 613 | ||
614 | void stats_deliver( int64 socket, int tasktype ) { | 614 | void stats_deliver( int64 sock, int tasktype ) { |
615 | mutex_workqueue_pushtask( socket, tasktype ); | 615 | mutex_workqueue_pushtask( sock, tasktype ); |
616 | } | 616 | } |
617 | 617 | ||
618 | static pthread_t thread_id; | 618 | static pthread_t thread_id; |