Changeset 8bcc925
- Timestamp:
- 02/18/15 16:45:48 (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:
- 5ab626a
- Parents:
- 3e89670
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace_parallel.c
r12ae766 r8bcc925 1180 1180 libtrace_t *trace = (libtrace_t *)data; 1181 1181 libtrace_thread_t *t = &trace->reporter_thread; 1182 libtrace_vector_t results;1183 1182 1184 1183 fprintf(stderr, "Reporter thread starting\n"); … … 1192 1191 } 1193 1192 ASSERT_RET(pthread_mutex_unlock(&trace->libtrace_lock), == 0); 1194 1195 libtrace_vector_init(&results, sizeof(libtrace_result_t));1196 1193 1197 1194 message.code = MESSAGE_STARTING;
Note: See TracChangeset
for help on using the changeset viewer.