taps: wip: init
This commit is contained in:
parent
db5f9a1ac8
commit
8bbafe0f0a
6 changed files with 309 additions and 0 deletions
9
pkgs/ch-proxy/sendfd.h
Normal file
9
pkgs/ch-proxy/sendfd.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _CH_PROXY_SENFD
|
||||
#define _CH_PROXY_SENFD
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
ssize_t send_fd(int dst_fd, int fd);
|
||||
|
||||
#endif _CH_PROXY_SENFD
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue