Introduce the relayd socket object
authorJulien Desfossez <jdesfossez@efficios.com>
Thu, 28 Mar 2013 04:09:48 +0000 (00:09 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 28 Mar 2013 16:55:25 +0000 (12:55 -0400)
commit6151a90fe7fa3dea52c57771df9083e56de7a60b
treeb79c29937a77ecc03aa2e94bf880ab763c9ddb92
parentd4519fa365bd3a9ce4ea1720805a29a000fa042c
Introduce the relayd socket object

Used to store the version that the relayd socket supports so we can
adapt the communication to the lowest version between the session daemon
and relayd.

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