Changeset 9e830d4 for lib/common.h
- Timestamp:
- 04/08/06 17:34:32 (16 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:
- dd4b39b
- Parents:
- f2f47a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/common.h
r0d57541 r9e830d4 30 30 # define LIBTRACE_FILE int 31 31 # define LIBTRACE_SEEK(file,offset,whence) lseek(file,offset,whence) 32 # define LIBTRACE_TELL(file) tell(file,0,SEEK_CUR)32 # define LIBTRACE_TELL(file) lseek(file,0,SEEK_CUR) 33 33 #endif 34 34
Note: See TracChangeset
for help on using the changeset viewer.