X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.h;h=93a10fed596ad2e0b4863395a2c83076ea79abf7;hb=ef8f2fcd0fd853e30ce98cf4c8148658b11079ac;hp=f5a7d23dd7b89b40320281975fe656ceba78fd47;hpb=e33fc900491443368c1e8ed3486026fbb1305006;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index f5a7d23d..93a10fed 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -521,6 +521,8 @@ 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]; + char creation_time[LTTNG_KERNEL_SESSION_CREATION_TIME_ISO8601_LEN]; }; struct lttng_metadata_cache {