From 6947778efd60badf06cec2bd5c39d7f96f5ba7ad Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 5 Aug 2013 15:24:31 -0400 Subject: [PATCH] sessiond: use version major/minor from build for communication with relayd Acked-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- src/common/sessiond-comm/relayd.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index aa99248fb..ed094ac9d 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -26,9 +26,10 @@ #include #include +#include -#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. -- 2.34.1