Fix: lttng-live recv() and send() flags, partial recv()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 24 Feb 2014 16:49:03 +0000 (11:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 25 Feb 2014 12:49:50 +0000 (07:49 -0500)
commitb7e8a8e17de9b9e5b717d8b664b8385a2562aee8
treeb9d0827dc3ce273aab5cd3c7ecefd28edc2450f1
parente83ce12aec89eb2aea94e892e66ba451f281acbd
Fix: lttng-live recv() and send() flags, partial recv()

Introduce lttng_live_recv() and lttng_live_send():

- Enforce MSG_NOSIGNAL flag for send(),
- Continue recv() after partial message is received.
- Handle EINTR within those wrappers.

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