X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fsessiond_testpoints.c;h=2bfd7cab72e66830655baf0f5bd9b2c880da2ba5;hp=21f04cda75df6293b86677d1f25b5d8009f97105;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hpb=657d1bf105996bf8f6e13af697fb1112afa61b28 diff --git a/tests/regression/tools/notification/sessiond_testpoints.c b/tests/regression/tools/notification/sessiond_testpoints.c index 21f04cda7..2bfd7cab7 100644 --- a/tests/regression/tools/notification/sessiond_testpoints.c +++ b/tests/regression/tools/notification/sessiond_testpoints.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -42,7 +43,7 @@ void __attribute__((destructor)) pause_pipe_fini(void) lttng_pipe_destroy(pause_pipe); } -int __testpoint_sessiond_thread_notification(void); +LTTNG_EXPORT int __testpoint_sessiond_thread_notification(void); int __testpoint_sessiond_thread_notification(void) { int ret = 0; @@ -79,7 +80,7 @@ end: return ret; } -int __testpoint_sessiond_handle_notifier_event_pipe(void); +LTTNG_EXPORT int __testpoint_sessiond_handle_notifier_event_pipe(void); int __testpoint_sessiond_handle_notifier_event_pipe(void) { int ret = 0;