Transfer filter strings from sessiond to client
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index cbb39b6ce84405d7d781c734b253e34df2142362..e9c9054ea5ae0db3baf9db7fc7d6eda45f5cddee 100644 (file)
@@ -79,7 +79,7 @@ ssize_t cmd_list_domains(struct ltt_session *session,
                struct lttng_domain **domains);
 ssize_t cmd_list_events(enum lttng_domain_type domain,
                struct ltt_session *session, char *channel_name,
-               struct lttng_event **events);
+               struct lttng_event **events, size_t *total_size);
 ssize_t cmd_list_channels(enum lttng_domain_type domain,
                struct ltt_session *session, struct lttng_channel **channels);
 ssize_t cmd_list_domains(struct ltt_session *session,
This page took 0.044573 seconds and 4 git commands to generate.