Add trace_creation_datetime to the metadata env field
[deliverable/lttng-modules.git] / lttng-events.h
index 549f9002f7288a2c574790a8e44d76fd41d8315a..cdb520e8dd91fe07ae3f121a02f5fefe8ba52704 100644 (file)
@@ -522,6 +522,7 @@ struct lttng_session {
        /* 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.03659 seconds and 5 git commands to generate.