Fix macro
This commit is contained in:
parent
9ae7c8d99c
commit
974f4144bb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#ifdef WITH_LTTNG
|
#ifdef WITH_LTTNG
|
||||||
#include "tp_call.h"
|
#include "tp_call.h"
|
||||||
#define CONDITIONAL_TP(...) \
|
#define CONDITIONAL_TP(...) \
|
||||||
tracepoint(__VA_ARGS__);
|
tracepoint(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define CONDITIONAL_TP(...)
|
#define CONDITIONAL_TP(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue