diff options
Diffstat (limited to 'ot_mutex.c')
-rw-r--r-- | ot_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ | |||
26 | /* Our global all torrents list */ | 26 | /* Our global all torrents list */ |
27 | static ot_vector all_torrents[OT_BUCKET_COUNT]; | 27 | static ot_vector all_torrents[OT_BUCKET_COUNT]; |
28 | static pthread_mutex_t bucket_mutex[OT_BUCKET_COUNT]; | 28 | static pthread_mutex_t bucket_mutex[OT_BUCKET_COUNT]; |
29 | static size_t g_torrent_count; | 29 | static size_t g_torrent_count; |
30 | 30 | ||
31 | /* Self pipe from opentracker.c */ | 31 | /* Self pipe from opentracker.c */ |
32 | extern int g_self_pipe[2]; | 32 | extern int g_self_pipe[2]; |