Rename TP_LOGLEVEL to tp_loglevel
[lttng-ust.git] / tests / demo / ust_tests_demo.h
index 9231fb71e0bd767ac43d93fee84be564e8e7d22d..d74932825d2cf1dae8a9c31bdabeee0e00f24487 100644 (file)
@@ -24,9 +24,9 @@ extern "C" {
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_LOGLEVEL_ENUM(
-       TP_LOGLEVEL(critical, 0)
-       TP_LOGLEVEL(warning, 1)
-       TP_LOGLEVEL(debug, 2)
+       tp_loglevel(critical, 0)
+       tp_loglevel(warning, 1)
+       tp_loglevel(debug, 2)
 )
 
 TRACEPOINT_EVENT(ust_tests_demo, loop,
This page took 0.023658 seconds and 4 git commands to generate.