Implement lttng_read()/lttng_write()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 11 Nov 2013 17:42:08 +0000 (12:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 11 Nov 2013 20:05:08 +0000 (15:05 -0500)
commit33b141366b29aa086ecb8d06808d7ba91f83cb1e
tree20ee0aa1792232631588cb9e2c7ac6cdfe910bc7
parentaaec7998fb8952a3a6da00007a86bc70e928bbfd
Implement lttng_read()/lttng_write()

Handle EINTR and partial read/write in wrapper functions.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/Makefile.am
src/common/common.h
src/common/readwrite.c [new file with mode: 0644]
src/common/readwrite.h [new file with mode: 0644]
This page took 0.024613 seconds and 4 git commands to generate.