diff --git a/crates/librqbit/src/torrent_state/mod.rs b/crates/librqbit/src/torrent_state/mod.rs index 15ec11f..137618b 100644 --- a/crates/librqbit/src/torrent_state/mod.rs +++ b/crates/librqbit/src/torrent_state/mod.rs @@ -182,7 +182,9 @@ pub struct ManagedTorrentShared { } pub struct ManagedTorrent { + // Static torrent configuration that doesn't change. pub shared: Arc, + // Torrent metadata. Maybe be None when the magnet is resolving. pub metadata: ArcSwapOption, pub(crate) state_change_notify: Notify, pub(crate) locked: RwLock,