X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=77c8faf584886e4590a7ae92ba73d4528aecaa3d;hp=7faae117ee141cbcb8e99bfa76484fc46d957ed4;hb=8404118c67ee01844e0bcee69d05c684689506b0;hpb=fe4b07c71bc832789c96ce0de4ddb8e58cda24df diff --git a/src/bin/lttng-sessiond/agent.h b/src/bin/lttng-sessiond/agent.h index 7faae117e..77c8faf58 100644 --- a/src/bin/lttng-sessiond/agent.h +++ b/src/bin/lttng-sessiond/agent.h @@ -92,6 +92,7 @@ struct agent_event { struct lttng_ht_node_str node; /* Bytecode filter associated with the event . NULL if none. */ + char *filter_expression; struct lttng_filter_bytecode *filter; };