From: Mathieu Desnoyers Date: Thu, 13 Dec 2018 18:56:35 +0000 (-0500) Subject: Fix: run_command_wait() handle partial write X-Git-Tag: v2.12.0-rc1~675 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=58d3fed5a62a82ce8487dce41a3092e79a9bca15;hp=58d3fed5a62a82ce8487dce41a3092e79a9bca15;p=lttng-tools.git Fix: run_command_wait() handle partial write Use lttng_write() to handle partial writes (writing less than the requested amount of bytes) as well as ret = -1, errno = EINTR. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---