X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Ftp.h;h=4c0edf78c18e316715012f080eeb0e8280cfddfe;hb=c4926bb5e18ba7916ff2a5d2c70ed6b099643e73;hp=12286b4dbf4edf5b648c195813726edd096e1eb7;hpb=9ac429ef32142eaecfec2d1a44569464c4f8f721;p=lttng-tools.git diff --git a/tests/regression/ust/high-throughput/tp.h b/tests/regression/ust/high-throughput/tp.h index 12286b4db..4c0edf78c 100644 --- a/tests/regression/ust/high-throughput/tp.h +++ b/tests/regression/ust/high-throughput/tp.h @@ -4,10 +4,6 @@ #if !defined(_TRACEPOINT_TP_H) || defined(TRACEPOINT_HEADER_MULTI_READ) #define _TRACEPOINT_TP_H -#ifdef __cplusplus -extern "C" { -#endif - /* * Copyright (C) 2011 Mathieu Desnoyers * @@ -43,11 +39,6 @@ TRACEPOINT_EVENT(tp, tptest, ) ) -TRACEPOINT_EVENT(tp, tptest_sighandler, - TP_ARGS(), - TP_FIELDS() -) - #endif /* _TRACEPOINT_TP_H */ #undef TRACEPOINT_INCLUDE_FILE @@ -55,7 +46,3 @@ TRACEPOINT_EVENT(tp, tptest_sighandler, /* This part must be outside ifdef protection */ #include - -#ifdef __cplusplus -} -#endif