*** empty log message ***
This commit is contained in:
@@ -662,6 +662,7 @@ struct torrent_status
|
||||
};
|
||||
|
||||
state_t state;
|
||||
bool paused;
|
||||
float progress;
|
||||
boost::posix_time::time_duration next_announce;
|
||||
boost::posix_time::time_duration announce_interval;
|
||||
@@ -717,6 +718,7 @@ is a pure seeder.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><tt class="literal"><span class="pre">paused</span></tt> is set to true if the torrent is paused and false otherwise.</p>
|
||||
<p><tt class="literal"><span class="pre">next_announce</span></tt> is the time until the torrent will announce itself to the tracker. And
|
||||
<tt class="literal"><span class="pre">announce_interval</span></tt> is the time the tracker want us to wait until we announce ourself
|
||||
again the next time.</p>
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user