X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=ebcdd2b58e94ca83484b3b7fad4972f9d3e91b74;hb=330be774319277f86ecf9445603bf97dc3249ca3;hp=5654eb79ffc69c9d144cd1cee1fb666d18041e9d;hpb=843f5df95fcaa45f89b7df96a0050d44255d702d;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 5654eb79f..ebcdd2b58 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -256,7 +256,7 @@ extern int lttng_list_sessions(struct lttng_session **sessions); * * Return the size of the "lttng_domain" array. Caller must free(3). */ -extern int lttng_list_domains(struct lttng_handle *handle, +extern int lttng_list_domains(const char *session_name, struct lttng_domain **domains); /* @@ -314,12 +314,12 @@ extern int lttng_register_consumer(struct lttng_handle *handle, /* * Start tracing for *all* registered trace (kernel and user-space). */ -extern int lttng_start_tracing(struct lttng_handle *handle); +extern int lttng_start_tracing(const char *session_name); /* * Stop tracing for *all* registered trace (kernel and user-space). */ -extern int lttng_stop_tracing(struct lttng_handle *handle); +extern int lttng_stop_tracing(const char *session_name); /* * Add context to event for a specific channel.