Changeset f0cb0d4 for lib/trace.c
- Timestamp:
- 11/03/15 15:44:24 (5 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:
- 733c8b4
- Parents:
- 21c0d70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r92a2bf6 rf0cb0d4 136 136 static void trace_init(void) 137 137 { 138 struct timeval tv; 139 gettimeofday(&tv, NULL); 140 srand(tv.tv_sec); 141 138 142 if (!formats_list) { 139 143 duck_constructor();
Note: See TracChangeset
for help on using the changeset viewer.