sessiond: use version major/minor from build for communication with relayd
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index aa99248fb45de4bf920f5571a522d4a357f71edd..ed094ac9d8d73de7936b7921508457efe202289e 100644 (file)
 
 #include <lttng/lttng.h>
 #include <common/defaults.h>
+#include <config.h>
 
-#define RELAYD_VERSION_COMM_MAJOR             2
-#define RELAYD_VERSION_COMM_MINOR             2
+#define RELAYD_VERSION_COMM_MAJOR             VERSION_MAJOR
+#define RELAYD_VERSION_COMM_MINOR             VERSION_MINOR
 
 /*
  * lttng-relayd communication header.
This page took 0.02586 seconds and 5 git commands to generate.