X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=058f7fae10abaa2c7c5a957c1bdc80fe40f8f8f1;hb=53569322d40ed45abe0368ddb08eb4a2738afc37;hp=68c137ee304d043489c673713e1f2ab98d80cd58;hpb=5cf81d53e305c81517e48e0dc91620a916cdc0cc;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 68c137ee..058f7fae 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -71,6 +71,8 @@ int init_int_handler(void) return 0; } +void test_inc_count(void); + int main(int argc, char **argv) { int i, netint;