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 19:12:41 +0000 (15:12 -0400)
commit89c5b6ec519764a8311bc4be7544c029f2615d83
tree3e59c1f48bae82d624230123d65abe3109d6e589
parent72914f82515bb7bb688b0d855921e2c5cf16cc8c
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.024301 seconds and 4 git commands to generate.