forked from premiere/premiere-libtorrent
fix documemtation of storage_moved_alert
This commit is contained in:
parent
ccbd6cbcfe
commit
17d5d34272
|
@ -913,10 +913,11 @@ namespace libtorrent
|
|||
int piece_index;
|
||||
};
|
||||
|
||||
// The ``storage_moved_alert`` is generated when all the disk IO has completed and the
|
||||
// files have been moved, as an effect of a call to ``torrent_handle::move_storage``. This
|
||||
// is useful to synchronize with the actual disk. The ``path`` member is the new path of
|
||||
// the storage.
|
||||
// The ``storage_moved_alert`` is generated when all the disk IO has
|
||||
// completed and the files have been moved, as an effect of a call to
|
||||
// ``torrent_handle::move_storage``. This is useful to synchronize with the
|
||||
// actual disk. The ``storage_path()`` member return the new path of the
|
||||
// storage.
|
||||
struct TORRENT_EXPORT storage_moved_alert TORRENT_FINAL : torrent_alert
|
||||
{
|
||||
// internal
|
||||
|
|
Loading…
Reference in New Issue