fix: function prototype in wrapper/mm.h
[lttng-modules.git] / lttng-events.h
index f5a7d23dd7b89b40320281975fe656ceba78fd47..93a10fed596ad2e0b4863395a2c83076ea79abf7 100644 (file)
@@ -521,6 +521,8 @@ struct lttng_session {
        struct list_head enablers_head;
        /* Hash table of events */
        struct lttng_event_ht events_ht;
+       char name[LTTNG_KERNEL_SESSION_NAME_LEN];
+       char creation_time[LTTNG_KERNEL_SESSION_CREATION_TIME_ISO8601_LEN];
 };
 
 struct lttng_metadata_cache {
This page took 0.022773 seconds and 4 git commands to generate.