X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-sdt-binary%2Flibbar.c;fp=tests%2Futils%2Ftestapp%2Fuserspace-probe-sdt-binary%2Flibbar.c;h=633fa0561c792a4085a30a4669cd072fa3686258;hp=a504ac89e3407b4346b26e080adf7779bd69df21;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c b/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c index a504ac89e..633fa0561 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c @@ -5,8 +5,10 @@ * */ -#include #include "foobar_provider.h" -void bar_function() { + +#include +void bar_function() +{ FOOBAR_TP_IN_DLOPEN(); }