diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-07 21:29:36 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-07 21:29:36 +0200 |
| commit | 18a746b89dadf4c5f8ed8b4feec71bcc4d4f3980 (patch) | |
| tree | 3dae1aa2cf308dc889af3b182a231ffc15370fcf /ot_mutex.c | |
| parent | aedd7e30cbadaed7f44af90174094ff868930cf3 (diff) | |
report full peer and seed count for both address families
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]; |
