X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=8fe36a7326121f7f7325112c7d77b0105e1eb9ea;hb=27e6eda75df97483d07d61ba731bbc428e2161f9;hp=bdd73ff6e9279cda143459cab8aea0cd6a43f44e;hpb=7f859fbf8ecbf5b10921eb1cbc608e504118c684;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index bdd73ff6..8fe36a73 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -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 {