Changeset 9b9c279 for lib/trace.c
- Timestamp:
- 01/29/16 16:58:55 (7 years ago)
- Branches:
- pfring
- Parents:
- 9e7c502 (diff), ea911b7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r9e7c502 r9b9c279 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.