Changeset 13310 for trunk/libtransmission/completion.h
- Timestamp:
- May 20, 2012, 2:14:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/completion.h
r12918 r13310 90 90 } 91 91 92 static inline uint64_t93 tr_cpLeftUntilComplete( const tr_completion * cp )94 {95 return tr_torrentInfo(cp->tor)->totalSize - cp->sizeNow;96 }97 98 92 static inline bool tr_cpHasAll( const tr_completion * cp ) 99 93 {
Note: See TracChangeset
for help on using the changeset viewer.