- Timestamp:
- 02/27/15 11:11:30 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- 7718e54
- Parents:
- b81f0a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dpdk.c
rb81f0a1 r6c09048 237 237 * kernel. 238 238 */ 239 #ifdef HAVE_ LIBRT239 #ifdef HAVE_CLOCK_GETTIME 240 240 /* You can turn this on (set to 1) to prefer clock_gettime */ 241 241 #define USE_CLOCK_GETTIME 1 242 242 #else 243 /* DON T CHANGE THIS !!! */244 #define USE_CLOCK_GETTIME 1243 /* DON'T CHANGE THIS !!! */ 244 #define USE_CLOCK_GETTIME 0 245 245 #endif 246 246
Note: See TracChangeset
for help on using the changeset viewer.