Fix: sessiond: sessiond and agent deadlock on destroy
[lttng-tools.git] / src / bin / lttng-sessiond / agent.h
index ea5662754aef05fdecafe576b0abb97c2b9783eb..75062d63bc3a6cd8660f577316dfa0090a172365 100644 (file)
@@ -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);
 
This page took 0.02681 seconds and 4 git commands to generate.