Changeset 2509 for trunk/libtransmission/completion.h
- Timestamp:
- Jul 27, 2007, 1:22:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/completion.h
r2481 r2509 38 38 uint64_t tr_cpDownloadedValid( const tr_completion_t * ); 39 39 uint64_t tr_cpLeftUntilComplete( const tr_completion_t * ); 40 uint64_t tr_cpLeftUntilDone( const tr_completion_t * );41 40 float tr_cpPercentComplete( const tr_completion_t * ); 42 float tr_cpPercentDone( const tr_completion_t * ); 41 void tr_cpDoneStats( const tr_completion_t * cp, 42 uint64_t * setmeHaveBytes, 43 uint64_t * setmeTotalBytes ); 44 43 45 44 46 /* Pieces */
Note: See TracChangeset
for help on using the changeset viewer.