*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-09-07 23:16:11 +00:00
parent c609faa879
commit 29cb9e8969
10 changed files with 124 additions and 75 deletions

View File

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