Change API to support exporting loglevel in event listing
[lttng-ust.git] / include / ust-comm.h
index deb0438bedd577179196c803dc7316243bcb7f53..4c360dcc81316d10df40dc5eb8c5e6993344f7f6 100644 (file)
@@ -129,7 +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];
+               struct lttng_ust_tracepoint_iter tracepoint;
        } u;
 };
 
@@ -150,7 +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];
+               struct lttng_ust_tracepoint_iter tracepoint;
        } u;
 };
 
This page took 0.023214 seconds and 4 git commands to generate.