Pass lttng_event struct to the set_filter API call
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 88ba54449885c628b441a7d62315eb49ef7d0a9e..41f96d8a4288c355d60df2655bbd04b135102f79 100644 (file)
@@ -204,7 +204,7 @@ struct lttcomm_session_msg {
                } uri;
                struct {
                        char channel_name[LTTNG_SYMBOL_NAME_LEN];
-                       char event_name[LTTNG_SYMBOL_NAME_LEN];
+                       struct lttng_event event;
                        /* Length of following bytecode */
                        uint32_t bytecode_len;
                } filter;
This page took 0.024108 seconds and 5 git commands to generate.