Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
uint32_t handle;
uint32_t cmd;
union {
- struct lttng_ust_tracer_version version;
struct lttng_ust_channel channel;
+ struct lttng_ust_stream stream;
struct lttng_ust_event event;
struct lttng_ust_context context;
+ struct lttng_ust_tracer_version version;
} u;
};
struct {
uint64_t memory_map_size;
} stream;
+ struct lttng_ust_tracer_version version;
} u;
};
/* Dequeue command for registration */
node = cds_wfq_dequeue_blocking(&ust_cmd_queue.queue);
if (node == NULL) {
- DBG("Waked up but nothing in the UST command queue");
+ DBG("Woken up but nothing in the UST command queue");
/* Continue thread execution */
break;
}