X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fload-session-thread.h;h=aaaea91890d97375db05745b189c0fb16df7accf;hp=b7cd763400b4d63fe63a116e833175f28ae5ebb7;hb=917a718d4ec336ca98820f3cf56a2db57fc9b1dd;hpb=bc26e826ebd59d3888e6db0d4985cfb3444f5c09 diff --git a/src/bin/lttng-sessiond/load-session-thread.h b/src/bin/lttng-sessiond/load-session-thread.h index b7cd76340..aaaea9189 100644 --- a/src/bin/lttng-sessiond/load-session-thread.h +++ b/src/bin/lttng-sessiond/load-session-thread.h @@ -22,15 +22,6 @@ /* Data passed to the thread. */ struct load_session_thread_data { - /* Flag if the sem_init() has been done successfully on the sem. */ - unsigned int sem_initialized:1; - - /* - * The load session thread waits on that semaphore which the client thread - * will do a sem_post() to unblock it. - */ - sem_t message_thread_ready; - /* Path where the sessions are located. */ const char *path; };