Introduce LTTNG_KERNEL_SESSION_SET_CREATION_TIME
[lttng-modules.git] / lttng-events.h
index 14c65c00d25c7695c426a095261e162065936718..93a10fed596ad2e0b4863395a2c83076ea79abf7 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.023235 seconds and 4 git commands to generate.