*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-11-04 23:27:06 +00:00
parent 8b61436561
commit 6325295993
14 changed files with 428 additions and 130 deletions

View File

@@ -518,6 +518,7 @@ struct torrent_status
state_t state;
float progress;
boost::posix_time::time_duration next_announce;
std::size_t total_download;
std::size_t total_upload;
};
@@ -577,6 +578,10 @@ current task is in the <tt>state</tt> member, it will be one of the following:
</tr>
</table>
<p>
<tt>next_announce</tt> is the time until the torrent will announce itself to the tracker.
</p>
<p>
<tt>total_download</tt> and <tt>total_upload</tt> is the number of bytes downloaded and
uploaded to all peers, accumulated.