Changeset 1172 for trunk/libtorrent/src/data/chunk.h
- Timestamp:
- 08/25/10 03:14:19 (21 months ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/data/chunk.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/data/chunk.h
r1171 r1172 85 85 86 86 // Check how much of the chunk is incore from pos. 87 uint32_t incore_length(uint32_t pos );87 uint32_t incore_length(uint32_t pos, uint32_t length = ~uint32_t()); 88 88 89 89 bool sync(int flags);
