X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=de95b31d90ed998c8393a148af1dd0fe4eb67ec9;hb=770f96f4b3f8e4c181fd6ce94266392a480ee26a;hp=d08ad6e220360ab87e6ce68b1bc8e9838e21962b;hpb=db17cf0ec14dff7062f325facf7d80fbe768780d;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; };