Fix: ust-comm recvmsg should handle partial receive
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Oct 2013 18:20:22 +0000 (14:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Oct 2013 18:20:22 +0000 (14:20 -0400)
commit5c6275ef932811fe0984144b2e2ecec1be8d4556
tree8d66c661e98c892a2ab0f67e04fa3c16b94d328f
parentc523a247c215dcad9a8cfdbeef84c2b330643dd8
Fix: ust-comm recvmsg should handle partial receive

Handles cases where unix socket buffer is full. Without this fix, the
session daemon kicks out application that happen to have their
registration message split into multiple recvmsg on the sessiond side.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-comm/lttng-ust-comm.c
This page took 0.025266 seconds and 4 git commands to generate.