Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ic897e04aa96bd58c6e8dd340f8537af86c2dd478
struct thread_notifiers {
struct lttng_pipe *quit_pipe;
struct consumer_data *consumer_data;
- sem_t ready;
+ sem_t ready;
int initialization_result;
};
static void mark_thread_intialization_as_failed(
struct thread_notifiers *notifiers)
{
- ERR("Consumer management thread entering error state");
+ ERR("Consumer management thread entering error state");
notifiers->initialization_result = -1;
sem_post(¬ifiers->ready);
}