Changeset 24a8c51
- Timestamp:
- 06/27/06 14:34:17 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 8313b62
- Parents:
- 1e52a3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtraceio-stdio.c
r698a217 r24a8c51 65 65 } 66 66 67 off_t libtrace_io_seek(libtrace_io_t *io, off_t offset, int whence)67 int64_t libtrace_io_seek(libtrace_io_t *io, int64_t offset, int whence) 68 68 { 69 69 return fseek(io->file,offset,whence);
Note: See TracChangeset
for help on using the changeset viewer.