Fix: lttng-modules teardown NULL pointer OOPS
[lttng-modules.git] / lttng-events.h
index b09bd4fceaf352d7f1508c1cd90e8c40203a7cae..64a1ac56777f5a141c012b758a449e34fed16627 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.024309 seconds and 4 git commands to generate.