Introduce LTTNG_KERNEL_SESSION_SET_NAME
[lttng-modules.git] / lttng-events.h
index f5a7d23dd7b89b40320281975fe656ceba78fd47..14c65c00d25c7695c426a095261e162065936718 100644 (file)
@@ -521,6 +521,7 @@ 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];
 };
 
 struct lttng_metadata_cache {
This page took 0.022416 seconds and 4 git commands to generate.