X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fhandle.h;fp=include%2Flttng%2Fhandle.h;h=14a0e54072a0fb570a7c61ad5cd1f01a056f5c14;hp=efc889f1d62ba89b2b6785113d562b6e1d9e6415;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/include/lttng/handle.h b/include/lttng/handle.h index efc889f1d..14a0e5407 100644 --- a/include/lttng/handle.h +++ b/include/lttng/handle.h @@ -20,7 +20,7 @@ extern "C" { * * The structures should be initialized to zero before use. */ -#define LTTNG_HANDLE_PADDING1 16 +#define LTTNG_HANDLE_PADDING1 16 struct lttng_handle { char session_name[LTTNG_NAME_MAX]; struct lttng_domain domain; @@ -42,7 +42,7 @@ struct lttng_handle { * lttng_destroy_handle. On error, NULL is returned. */ LTTNG_EXPORT extern struct lttng_handle *lttng_create_handle(const char *session_name, - struct lttng_domain *domain); + struct lttng_domain *domain); /* * Destroy an handle that has been previously created with lttng_create_handle. @@ -51,7 +51,6 @@ LTTNG_EXPORT extern struct lttng_handle *lttng_create_handle(const char *session */ LTTNG_EXPORT extern void lttng_destroy_handle(struct lttng_handle *handle); - #ifdef __cplusplus } #endif