5 * Copyright (c) 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
8 * OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
10 * Permission is hereby granted to use or copy this program
11 * for any purpose, provided the above notices are retained on all copies.
12 * Permission to modify the code and to distribute modified code is granted,
13 * provided the above notices are retained, and a notice that the code was
14 * modified is included with the above copyright notice.
19 ssize_t
patient_write(int fd
, const void *buf
, size_t count
);
20 ssize_t
patient_send(int fd
, const void *buf
, size_t count
, int flags
);
22 #endif /* _LTTNG_SHARE_H */
This page took 0.03142 seconds and 4 git commands to generate.