X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=93a10fed596ad2e0b4863395a2c83076ea79abf7;hb=a9550ab5b92e217b90a33c6bd9daa3863f787f72;hp=14c65c00d25c7695c426a095261e162065936718;hpb=deba832d311fa65dabc814948ef37caa39e26862;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 14c65c00..93a10fed 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 {