Fix: UST comm protocol: event notifier command is too large
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Dec 2020 18:51:14 +0000 (13:51 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Dec 2020 19:48:12 +0000 (14:48 -0500)
commit8406222c45d29b23064d688e33be84894a51baac
tree16626dbf7f1bd8f35f34f2738bd76aeb575a15b5
parent49faeca7301c4081d16ef360636bc79077c9943f
Fix: UST comm protocol: event notifier command is too large

The event notifier command is larger than the current largest command,
and we don't want to break the protocol between UST and tools
needlessly.

Therefore, pass the struct lttng_ust_event_notifier _after_ struct
ustcomm_ust_msg.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Ief172eaddd113ec9092dd57bad3d73fd4c29fd51
include/ust-comm.h
liblttng-ust-ctl/ustctl.c
liblttng-ust/lttng-ust-comm.c
This page took 0.024728 seconds and 4 git commands to generate.