Complete c++ support for instrumentation
[ust.git] / include / ust / tracepoint-event.h
index aefe5061255c12b5e7dc7735ccded6595244d9e7..b4bd59cbaec3962cfea28c72d9c788b25b011d03 100644 (file)
  *     searching for a header within your project build tree.
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #ifdef TRACEPOINT_CREATE_PROBES
 
 /* Prevent recursion */
 #define TRACEPOINT_CREATE_PROBES
 
 #endif /* TRACEPOINT_CREATE_PROBES */
+
+#ifdef __cplusplus 
+}
+#endif
This page took 0.022406 seconds and 4 git commands to generate.