X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=93a10fed596ad2e0b4863395a2c83076ea79abf7;hb=d6870431a56ccc8f289ca481888ca4ee2c8a4c0f;hp=14c65c00d25c7695c426a095261e162065936718;hpb=e026f97d2e8e4cf3813ca2569e73d04c45ef6ce7;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 {