Introduce the ability to name a session
[deliverable/lttng-modules.git] / lttng-events.h
index 50e33b2d88e5f7427658f376ec3d22e1e5f728a1..549f9002f7288a2c574790a8e44d76fd41d8315a 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.02758 seconds and 5 git commands to generate.