X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Ftracepoint-provider.cpp;h=17972b2f628bca5024a7bc01485b2a42ac79e251;hb=660323e630e752c98bf6124d54ff99777d05ce7d;hp=2f60f97a33b8be69192e142d7c0b1b74f7f49b3f;hpb=dbcc2f9279a03c620350b4743467aa2f7cb7bf5f;p=lttng-ust.git diff --git a/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp b/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp index 2f60f97a..17972b2f 100644 --- a/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp +++ b/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2016 Sebastien Boisvert */ -#define TRACEPOINT_CREATE_PROBES +#define LTTNG_UST_TRACEPOINT_CREATE_PROBES #define LTTNG_UST_TRACEPOINT_DEFINE #include "tracepoint-provider.h"