X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=75062d63bc3a6cd8660f577316dfa0090a172365;hb=d0d97aef15ec465559ff707a47a7f206fdbc45b2;hp=ea5662754aef05fdecafe576b0abb97c2b9783eb;hpb=42652d331d6bea0578c8bd3dfcbe6980c5d1d099;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);