From 18a746b89dadf4c5f8ed8b4feec71bcc4d4f3980 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 7 Apr 2024 21:29:36 +0200 Subject: report full peer and seed count for both address families --- ot_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_mutex.c') diff --git a/ot_mutex.c b/ot_mutex.c index 6457f29..497b1af 100644 --- a/ot_mutex.c +++ b/ot_mutex.c @@ -26,7 +26,7 @@ /* Our global all torrents list */ static ot_vector all_torrents[OT_BUCKET_COUNT]; static pthread_mutex_t bucket_mutex[OT_BUCKET_COUNT]; -static size_t g_torrent_count; +static size_t g_torrent_count; /* Self pipe from opentracker.c */ extern int g_self_pipe[2]; -- cgit v1.2.3