Pack structures in comm protocol between UST and sessiond
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Dec 2012 22:01:05 +0000 (17:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Dec 2012 22:01:05 +0000 (17:01 -0500)
commitb3f60bbfff0d8b4ead55c0dc7f21985ffb70997e
tree3c723dc9d0830502a11632cd33161f631c7d83ba
parenta719be6472181c3d633c17b7f8e877f420d0c358
Pack structures in comm protocol between UST and sessiond

Ensure robustness with respect to 32-bit vs 64-bit apps vs sessiond.

Since we are updating the ABI, change the order of overwrite field in
channel and channel attributes, to remove some unneeded padding.

This breaks compatibility between sessiond 2.1 and ust 2.0 (and
vice-versa), but sessiond refuses applications with version number that
does not match.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-abi.h
include/lttng/ust-compiler.h
include/ust-comm.h
This page took 0.024258 seconds and 4 git commands to generate.