From 4912dfbee17a729aada62930071ca92a24b3dd1e Mon Sep 17 00:00:00 2001 From: Mark Holt Date: Mon, 1 Jul 2024 12:15:53 +0100 Subject: [PATCH] move comment --- torrent.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torrent.go b/torrent.go index 1c95e35b70..af7a487598 100644 --- a/torrent.go +++ b/torrent.go @@ -204,10 +204,10 @@ type Torrent struct { // How many times we've initiated a DHT announce. TODO: Move into stats. numDHTAnnounces int + mu sync.RWMutex + imu sync.RWMutex // Name used if the info name isn't available. Should be cleared when the // Info does become available. - mu sync.RWMutex - imu sync.RWMutex displayName string // The bencoded bytes of the info dict. This is actively manipulated if