*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-03-22 14:56:32 +00:00
parent bb52b74a9e
commit 27c8533716
9 changed files with 232 additions and 277 deletions

View File

@@ -675,6 +675,7 @@ It contains the following fields::
};
state_t state;
bool paused;
float progress;
boost::posix_time::time_duration next_announce;
boost::posix_time::time_duration announce_interval;
@@ -725,6 +726,8 @@ current task is in the ``state`` member, it will be one of the following:
| | |
+--------------------------+----------------------------------------------------------+
``paused`` is set to true if the torrent is paused and false otherwise.
``next_announce`` is the time until the torrent will announce itself to the tracker. And
``announce_interval`` is the time the tracker want us to wait until we announce ourself
again the next time.