Version 2.5.6
[lttng-modules.git] / lttng-events.h
index 6952551243e01de2f00937f11b22b502a1a1a608..7b8294657cc4f6f3d8541a383a4aaa4895ab42fe 100644 (file)
@@ -312,7 +312,6 @@ struct lttng_metadata_stream {
        wait_queue_head_t read_wait;    /* Reader buffer-level wait queue */
        struct list_head list;          /* Stream list */
        struct lttng_transport *transport;
-       struct mutex lock;
 };
 
 struct lttng_session {
@@ -335,6 +334,7 @@ struct lttng_metadata_cache {
        struct kref refcount;           /* Metadata cache usage */
        struct list_head metadata_stream;       /* Metadata stream list */
        uuid_le uuid;                   /* Trace session unique ID (copy) */
+       struct mutex lock;
 };
 
 struct lttng_session *lttng_session_create(void);
This page took 0.024664 seconds and 4 git commands to generate.