X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Ftester-lib.cpp;h=647308b43d9e0823189e8c8ce082228fde900583;hb=bb71a8ea3b2e7335393a6810887fb9b145cc6f7e;hp=95b7b3d0fcb59516000b4e95ead4f12352dbbb8a;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp b/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp index 95b7b3d0..647308b4 100644 --- a/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp +++ b/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2016 Sebastien Boisvert */ -#define TRACEPOINT_DEFINE +#define LTTNG_UST_TRACEPOINT_DEFINE #include "tester-lib.h" #include "tracepoint-provider.h"