X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fdemo%2Ftp.c;h=bfd6c17595ce9f665882a8c161341421407e4a4b;hb=660323e630e752c98bf6124d54ff99777d05ce7d;hp=6a6fa6c01257db9722936b69c1d0a5ef4fa8fa2a;hpb=dbcc2f9279a03c620350b4743467aa2f7cb7bf5f;p=lttng-ust.git diff --git a/doc/examples/demo/tp.c b/doc/examples/demo/tp.c index 6a6fa6c0..bfd6c175 100644 --- a/doc/examples/demo/tp.c +++ b/doc/examples/demo/tp.c @@ -4,5 +4,5 @@ * Copyright (C) 2011 Mathieu Desnoyers */ -#define TRACEPOINT_CREATE_PROBES +#define LTTNG_UST_TRACEPOINT_CREATE_PROBES #include "ust_tests_demo.h"