X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Ftp.h;h=4c0edf78c18e316715012f080eeb0e8280cfddfe;hb=67b4c664e2c6c6dc19920555c0abf094ed6cbe00;hp=12286b4dbf4edf5b648c195813726edd096e1eb7;hpb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32;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