Fix: change relayd protocol version to 2.2
authorDavid Goulet <dgoulet@efficios.com>
Mon, 6 May 2013 15:21:27 +0000 (11:21 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 6 May 2013 15:25:06 +0000 (11:25 -0400)
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 <julien.desfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/sessiond-comm/relayd.h

index 624d1b27d9cd779e5fac2628409401c3b2898241..aa99248fb45de4bf920f5571a522d4a357f71edd 100644 (file)
@@ -28,7 +28,7 @@
 #include <common/defaults.h>
 
 #define RELAYD_VERSION_COMM_MAJOR             2
-#define RELAYD_VERSION_COMM_MINOR             1
+#define RELAYD_VERSION_COMM_MINOR             2
 
 /*
  * lttng-relayd communication header.
This page took 0.02614 seconds and 5 git commands to generate.