sessiond: use version major/minor from build for communication with relayd
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Aug 2013 19:24:31 +0000 (15:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Aug 2013 19:39:31 +0000 (15:39 -0400)
Acked-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.026878 seconds and 5 git commands to generate.