projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a697699
)
Fix: change relayd protocol version to 2.2
author
David Goulet
<dgoulet@efficios.com>
Mon, 6 May 2013 15:21:27 +0000
(11:21 -0400)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/sessiond-comm/relayd.h
b/src/common/sessiond-comm/relayd.h
index 624d1b27d9cd779e5fac2628409401c3b2898241..aa99248fb45de4bf920f5571a522d4a357f71edd 100644
(file)
--- a/
src/common/sessiond-comm/relayd.h
+++ b/
src/common/sessiond-comm/relayd.h
@@
-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.025949 seconds
and
4
git commands to generate.