From: David Goulet Date: Mon, 6 May 2013 15:21:27 +0000 (-0400) Subject: Fix: change relayd protocol version to 2.2 X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=f90903320ddb2983ee03c6472802bb7ad2ccfaea 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 --- 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.