fix documemtation of storage_moved_alert

This commit is contained in:
arvidn 2017-09-16 12:35:35 +02:00
parent ccbd6cbcfe
commit 17d5d34272
1 changed files with 5 additions and 4 deletions

View File

@ -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