Do not install liblttng-ust-comm and ust-comm.h
[lttng-ust.git] / include / lttng / ust-comm.h
index 4367cf7d801ab0407d34c4fe4ba4914cd240b26d..f5da9559000e9f3dcc502daddbd43deaf236a283 100644 (file)
@@ -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;
 };
 
@@ -149,6 +150,7 @@ struct ustcomm_ust_reply {
                        uint64_t memory_map_size;
                } stream;
                struct lttng_ust_tracer_version version;
+               char tracepoint_list_entry[LTTNG_UST_SYM_NAME_LEN];
        } u;
 };
 
This page took 0.023926 seconds and 4 git commands to generate.