Add a clarifying comment
This commit is contained in:
parent
0fabb453aa
commit
e4845e2368
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ pub struct ManagedTorrentShared {
|
|||
pub struct ManagedTorrent {
|
||||
// Static torrent configuration that doesn't change.
|
||||
pub shared: Arc<ManagedTorrentShared>,
|
||||
// Torrent metadata. Maybe be None when the magnet is resolving.
|
||||
// Torrent metadata. Maybe be None when the magnet is resolving (not implemented yet)
|
||||
pub metadata: ArcSwapOption<TorrentMetadata>,
|
||||
pub(crate) state_change_notify: Notify,
|
||||
pub(crate) locked: RwLock<ManagedTorrentLocked>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue