From: Jérémie Galarneau Date: Tue, 1 Oct 2019 17:54:22 +0000 (-0400) Subject: Fix: lttng-ctl: missing __cplusplus closing brace X-Git-Tag: v2.12.0-rc1~349 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=4da7eebd95e606d5612fe05a339ade00fda54b86;hp=6b584c2ece62c620a86cf438bb358a9da7962b7e;ds=sidebyside Fix: lttng-ctl: missing __cplusplus closing brace Signed-off-by: Jérémie Galarneau --- diff --git a/include/lttng/destruction-handle.h b/include/lttng/destruction-handle.h index 3447314ed..1f00416cf 100644 --- a/include/lttng/destruction-handle.h +++ b/include/lttng/destruction-handle.h @@ -57,4 +57,8 @@ lttng_destruction_handle_get_archive_location( const struct lttng_destruction_handle *handle, const struct lttng_trace_archive_location **location); +#ifdef __cplusplus +} +#endif + #endif /* LTTNG_DESTRUCTION_HANDLE_H */