Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
[lttng-ust.git] / include / ust-comm.h
index 9d2643df129c373176f994c4d4131fb6dd1e4036..4a3e4cea13ab9f89a9ba8365f9528d904ca51196 100644 (file)
@@ -131,6 +131,10 @@ struct ustcomm_ust_msg {
                struct lttng_ust_context context;
                struct lttng_ust_tracer_version version;
                struct lttng_ust_tracepoint_iter tracepoint;
+               struct {
+                       uint32_t data_size;     /* following filter data */
+                       uint32_t reloc_offset;
+               } filter;
        } u;
 };
 
This page took 0.024961 seconds and 4 git commands to generate.