X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-ctl.h;h=0add179192c9e265173d80c80e75f0f4c5176e31;hb=a9ff648cc4cc06d28b522d705c467d45ab916a9d;hp=8e60f0d8e4db572c4b7c4f32f7ed50534a241c8c;hpb=181c4480c080cb552a6768b2e40849ee04252777;p=lttng-ust.git diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h index 8e60f0d8..0add1791 100644 --- a/include/lttng/ust-ctl.h +++ b/include/lttng/ust-ctl.h @@ -21,6 +21,7 @@ #include #include +#include #ifndef LTTNG_UST_UUID_LEN #define LTTNG_UST_UUID_LEN 16 @@ -52,6 +53,7 @@ struct ustctl_consumer_channel_attr { enum lttng_ust_output output; /* splice, mmap */ uint32_t chan_id; /* channel ID */ unsigned char uuid[LTTNG_UST_UUID_LEN]; /* Trace session unique ID */ + char shm_path[PATH_MAX]; /* Shared memory path */ } LTTNG_PACKED; /*