Changeset 1681
- Timestamp:
- 01/06/11 14:08:01 (2 years ago)
- File:
-
- 1 edited
-
trunk/lib/ior-thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/ior-thread.c
r1647 r1681 192 192 } 193 193 194 static off_t thread_read(io_t *state, void *buffer, off_t len)194 static off_t thread_read(io_t *state, void *buffer, const off_t to_read) 195 195 { 196 196 int slice; 197 197 int copied=0; 198 198 int newbuffer; 199 int len = to_read; 199 200 200 201 while(len>0) {
Note: See TracChangeset
for help on using the changeset viewer.
