From 4da7eebd95e606d5612fe05a339ade00fda54b86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 1 Oct 2019 13:54:22 -0400 Subject: [PATCH 1/1] Fix: lttng-ctl: missing __cplusplus closing brace MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/lttng/destruction-handle.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.34.1