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