Include tracetools version string as an arg for rcl_init

This commit is contained in:
Christophe Bedard 2019-06-17 10:25:25 +02:00
parent 8704f0591d
commit bcc8540fe8
3 changed files with 7 additions and 2 deletions

View file

@ -8,6 +8,8 @@
#define TRACEPOINT(event_name, ...) \
(ros_trace_ ## event_name)(__VA_ARGS__)
#define TRACETOOLS_VERSION "0.0.1"
#ifdef __cplusplus
extern "C"
{