Fix: lttng-ctl: missing __cplusplus closing brace
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Oct 2019 17:54:22 +0000 (13:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Oct 2019 17:54:22 +0000 (13:54 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/destruction-handle.h

index 3447314ed7beb28dba3b8c7b1cecd790c07f5d07..1f00416cfdbabe102179a5ac7d800e02db9e75ac 100644 (file)
@@ -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 */
This page took 0.026246 seconds and 5 git commands to generate.