X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=14c65c00d25c7695c426a095261e162065936718;hb=e026f97d2e8e4cf3813ca2569e73d04c45ef6ce7;hp=f5a7d23dd7b89b40320281975fe656ceba78fd47;hpb=2d458b01959f9875ac6c9b5304076ab2c5fc1ccf;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index f5a7d23d..14c65c00 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -521,6 +521,7 @@ 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]; }; struct lttng_metadata_cache {