Adjust the relayd protocol on version check
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 27 Mar 2013 17:59:08 +0000 (13:59 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 28 Mar 2013 16:55:25 +0000 (12:55 -0400)
commitd4519fa365bd3a9ce4ea1720805a29a000fa042c
treef510e4960cb89106288bcc2359bf7c2d2d293c78
parent1624d5b7ba86633d36f3a5c86ea1df5d308c4360
Adjust the relayd protocol on version check

If the relayd and sessiond are compatible (same major number), we store
in the session the protocol version to use for the rest of the
communication (the lowest minor number).

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
src/bin/lttng-relayd/lttng-relayd.h
src/bin/lttng-relayd/main.c
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/session.h
src/common/relayd/relayd.c
src/common/relayd/relayd.h
This page took 0.026482 seconds and 5 git commands to generate.