X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fhello-static-lib%2Ftp.c;h=98669b6e9947d2fa2f59829e3993818309639fd6;hb=660323e630e752c98bf6124d54ff99777d05ce7d;hp=c7495dd69d295b8cc10c2e3ec787b9979fd1c65f;hpb=dbcc2f9279a03c620350b4743467aa2f7cb7bf5f;p=lttng-ust.git diff --git a/doc/examples/hello-static-lib/tp.c b/doc/examples/hello-static-lib/tp.c index c7495dd6..98669b6e 100644 --- a/doc/examples/hello-static-lib/tp.c +++ b/doc/examples/hello-static-lib/tp.c @@ -4,5 +4,5 @@ * Copyright (C) 2011 Mathieu Desnoyers */ -#define TRACEPOINT_CREATE_PROBES +#define LTTNG_UST_TRACEPOINT_CREATE_PROBES #include "ust_tests_hello.h"