Agent: Make the agent protocol consistently network endian
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 23 Oct 2015 21:14:55 +0000 (17:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 23 Oct 2015 21:14:55 +0000 (17:14 -0400)
commita9bfd666af51ddac021f2b0f836b32cb194cc847
tree5a67026ed89074b6587b7221a818a60ea535da84
parent994902b6923005548ccf4237dea0478bbcc53c65
Agent: Make the agent protocol consistently network endian

Considering the Agent Protocol is bumped to v2.0 as of 2.8.x,
this patch revisits the unfortunate decision of communicating
in host-endianness from the session daemon to the agents, and
in big endian from the agents to the session daemon.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent.c
This page took 0.02447 seconds and 4 git commands to generate.