Introduce LTTNG_KERNEL_SESSION_SET_NAME
[lttng-modules.git] / lttng-events.h
index 19037062d8f4b6c08348aa885c4bbc54b04b4182..bdd73ff6e9279cda143459cab8aea0cd6a43f44e 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.023484 seconds and 4 git commands to generate.