X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-comm.h;h=556da21e130570d543a1c6ab358e227917327a9d;hb=51489cadd9c38c10261bdbab9b5e72803c95a732;hp=4367cf7d801ab0407d34c4fe4ba4914cd240b26d;hpb=b43de1e7d359eb990921781c6c3e4eea31c4c4bd;p=lttng-ust.git diff --git a/include/lttng/ust-comm.h b/include/lttng/ust-comm.h index 4367cf7d..556da21e 100644 --- a/include/lttng/ust-comm.h +++ b/include/lttng/ust-comm.h @@ -129,6 +129,7 @@ struct ustcomm_ust_msg { struct lttng_ust_event event; struct lttng_ust_context context; struct lttng_ust_tracer_version version; + char tracepoint_list_entry[LTTNG_UST_SYM_NAME_LEN]; } u; };