From: Mathieu Desnoyers Date: Mon, 5 Aug 2013 19:24:31 +0000 (-0400) Subject: sessiond: use version major/minor from build for communication with relayd X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=6947778efd60badf06cec2bd5c39d7f96f5ba7ad sessiond: use version major/minor from build for communication with relayd Acked-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers --- 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.