*** empty log message ***
This commit is contained in:
@@ -765,6 +765,7 @@ Its declaration looks like this::
|
||||
void pause();
|
||||
void resume();
|
||||
bool is_paused() const;
|
||||
bool is_seed() const;
|
||||
|
||||
boost::filsystem::path save_path() const;
|
||||
bool move_storage(boost::filesystem::path const& save_path);
|
||||
@@ -879,6 +880,15 @@ all potential (not connected) peers. You can use ``is_paused()`` to determine if
|
||||
is currently paused. Torrents may be paused automatically if there is a file error (eg. disk full)
|
||||
or something similar. See file_error_alert_.
|
||||
|
||||
is_seed()
|
||||
---------
|
||||
|
||||
::
|
||||
|
||||
bool is_seed() const;
|
||||
|
||||
Returns true if the torrent is in seed mode (i.e. if it has finished downloading).
|
||||
|
||||
|
||||
set_tracker_login()
|
||||
-------------------
|
||||
|
Reference in New Issue
Block a user