fixup! taps: wip: init
This commit is contained in:
parent
8bbafe0f0a
commit
564913c123
7 changed files with 57 additions and 49 deletions
|
|
@ -1,9 +1,11 @@
|
|||
#ifndef _CH_PROXY_SENFD
|
||||
#define _CH_PROXY_SENFD
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stddef.h> /* size_t */
|
||||
#include <sys/types.h> /* ssize_t */
|
||||
#include <sys/uio.h> /* iovec */
|
||||
|
||||
ssize_t send_fd(int dst_fd, int fd);
|
||||
ssize_t send_fd(int dst_fd, int fd, const struct iovec *);
|
||||
|
||||
#endif _CH_PROXY_SENFD
|
||||
#endif /* _CH_PROXY_SENFD */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue