Preliminary work for full UST support
[lttng-tools.git] / ltt-sessiond / session.h
index 7db95ed1d6360b477030d26209c5b518c4d90cf7..f6a9fff4de0a2351f004ca24fdea5ec409a0b3bc 100644 (file)
@@ -59,7 +59,7 @@ struct ltt_session {
        char name[NAME_MAX];
        char path[PATH_MAX];
        struct ltt_kernel_session *kernel_session;
-       struct ltt_ust_session_list ust_session_list;
+       struct ltt_ust_session *ust_session;
        /*
         * Protect any read/write on this session data structure. This lock must be
         * acquired *before* using any public functions declared below. Use
This page took 0.024537 seconds and 4 git commands to generate.