X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-tracer.h;h=8c0d12d4ce418dfcd278ee974ea9695fc055c2eb;hb=80c16bcf4ae014301d1da2584029bef6f6062a09;hp=aa9db46a88a665fe1a91df032bf7c7fb1774c8f8;hpb=38d024aef3fc8a0dc8dbecf6fbd4b55dc1e5e49f;p=lttng-modules.git diff --git a/ltt-tracer.h b/ltt-tracer.h index aa9db46a..8c0d12d4 100644 --- a/ltt-tracer.h +++ b/ltt-tracer.h @@ -23,6 +23,10 @@ #include "ltt-tracer-core.h" #include "ltt-events.h" +#define LTTNG_VERSION 0 +#define LTTNG_PATCHLEVEL 9 +#define LTTNG_SUBLEVEL 1 + #ifndef CHAR_BIT #define CHAR_BIT 8 #endif