Changeset 62b3c4e for lib/combiner_ordered.c
- Timestamp:
- 03/05/15 15:44: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:
- ab3fa18
- Parents:
- b023181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/combiner_ordered.c
rd994324 r62b3c4e 60 60 /* Get the minimum queue and then do stuff */ 61 61 libtrace_result_t r; 62 libtrace_generic_t gt = {.res = &r}; 62 63 63 64 ASSERT_RET (libtrace_deque_pop_front(&queues[min_queue], (void *) &r), == 1); 64 trace->reporter(trace, &r, NULL);65 trace->reporter(trace, MESSAGE_RESULT, gt, &trace->reporter_thread); 65 66 66 67 // We expect the key we read +1 now , todo put expected in our storage area
Note: See TracChangeset
for help on using the changeset viewer.