X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=75062d63bc3a6cd8660f577316dfa0090a172365;hb=fd5f765ddad09f7f0395544bfa2b4ea5f624966a;hp=ea5662754aef05fdecafe576b0abb97c2b9783eb;hpb=6938db9cf8f24fcaee5820d657a5f74d874459a5;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/agent.h b/src/bin/lttng-sessiond/agent.h index ea5662754..75062d63b 100644 --- a/src/bin/lttng-sessiond/agent.h +++ b/src/bin/lttng-sessiond/agent.h @@ -173,7 +173,7 @@ int agent_enable_event(struct agent_event *event, enum lttng_domain_type domain); int agent_disable_event(struct agent_event *event, enum lttng_domain_type domain); -void agent_update(struct agent *agt, int sock); +void agent_update(const struct agent *agt, const struct agent_app *app); int agent_list_events(struct lttng_event **events, enum lttng_domain_type domain);