[svn] Document dp->accumulated

This commit is contained in:
hniksic 2005-06-28 02:25:29 -07:00
parent 6762389df0
commit 9b6a27f422
1 changed files with 2 additions and 1 deletions

View File

@ -200,7 +200,8 @@ struct dot_progress {
wgint total_length; /* expected total byte count when the
download finishes */
int accumulated;
int accumulated; /* number of bytes accumulated after
the last printed dot */
int rows; /* number of rows printed so far */
int dots; /* number of dots printed in this row */