From f90903320ddb2983ee03c6472802bb7ad2ccfaea Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 6 May 2013 11:21:27 -0400 Subject: [PATCH] Fix: change relayd protocol version to 2.2 Without the 2.2 protocol, the tracefile size/count can't be used for network streaming. This should have been done at the rc1 release. Acked-by: Julien Desfossez Signed-off-by: David Goulet --- src/common/sessiond-comm/relayd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 624d1b27d..aa99248fb 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -28,7 +28,7 @@ #include #define RELAYD_VERSION_COMM_MAJOR 2 -#define RELAYD_VERSION_COMM_MINOR 1 +#define RELAYD_VERSION_COMM_MINOR 2 /* * lttng-relayd communication header. -- 2.34.1