X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=092d8015fc20a3384766bc43b0a2686510cd24ab;hp=b59c9241f3bdc3e9b6dacda2eb364223ef97d169;hb=f12eb9c1ceb619db54be0842323a32cda12651cd;hpb=938bd42282f0ba31bf22ad23b0bd3e04e848e052 diff --git a/tests/regression/ust/high-throughput/main.c b/tests/regression/ust/high-throughput/main.c index b59c9241f..092d8015f 100644 --- a/tests/regression/ust/high-throughput/main.c +++ b/tests/regression/ust/high-throughput/main.c @@ -21,10 +21,12 @@ #define TRACEPOINT_DEFINE #include "tp.h" +static void inthandler(int sig) { } +static int init_int_handler(void) { int result;