Fix: lttng-modules teardown NULL pointer OOPS
[lttng-modules.git] / lttng-events.h
index 3e8f80935e6449a196d88adc3a0ed2fcb77599d2..c84689cb3c96cd8ef703486ba3a6928ad263b226 100644 (file)
@@ -333,6 +333,7 @@ struct lttng_metadata_cache {
        unsigned int metadata_written;  /* Number of bytes written in 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 lttng_session *lttng_session_create(void);
This page took 0.023601 seconds and 4 git commands to generate.