X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=092d8015fc20a3384766bc43b0a2686510cd24ab;hb=f12eb9c1ceb619db54be0842323a32cda12651cd;hp=b59c9241f3bdc3e9b6dacda2eb364223ef97d169;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git 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;