Complete c++ support for instrumentation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Sep 2011 23:56:24 +0000 (19:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Sep 2011 23:56:24 +0000 (19:56 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.024189 seconds and 4 git commands to generate.