Launch the client management thread using lttng_thread
[lttng-tools.git] / src / bin / lttng-sessiond / load-session-thread.h
index b7cd763400b4d63fe63a116e833175f28ae5ebb7..aaaea91890d97375db05745b189c0fb16df7accf 100644 (file)
 
 /* 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;
 };
This page took 0.023565 seconds and 4 git commands to generate.