comments
This commit is contained in:
parent
f637959ba7
commit
7ed037cba8
1 changed files with 2 additions and 0 deletions
|
|
@ -182,7 +182,9 @@ 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.
|
||||
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