Tracepoint probes don't need extern C
[lttng-tools.git] / tests / regression / ust / exit-fast / ust_tests_exitfast.h
index 71d81f793ea74ac68fe01e79156f20b3ddaa5471..874dfc5a6fa53fb599f767c8dfe5d8921e3a8d1a 100644 (file)
 #undef TRACEPOINT_PROVIDER
 #define TRACEPOINT_PROVIDER ust_tests_exitfast
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
 #if !defined(_TRACEPOINT_UST_TESTS_EXITFAST_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
 #define _TRACEPOINT_UST_TESTS_EXITFAST_H
 
@@ -46,7 +42,3 @@ TRACEPOINT_LOGLEVEL(ust_tests_exitfast, message, TRACE_INFO)
 #define TRACEPOINT_INCLUDE "./ust_tests_exitfast.h"
 
 #include <lttng/tracepoint-event.h>
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
This page took 0.02291 seconds and 4 git commands to generate.