X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=de95b31d90ed998c8393a148af1dd0fe4eb67ec9;hb=8a1032bc9f128cbac0de587ae5ea3c536b56d54b;hp=d08ad6e220360ab87e6ce68b1bc8e9838e21962b;hpb=04a40fc67efea186eb393554533458eda6a7e5df;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/agent.h b/src/bin/lttng-sessiond/agent.h index d08ad6e22..de95b31d9 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; };