X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Ffdpass.h;fp=lib%2Ffdpass.h;h=f00a6fb545197fa8eebd0a3f3c3e7d372bfb8a0e;hb=959343899a38dd5bf2b2efb8de41eba15e078e22;hp=0000000000000000000000000000000000000000;hpb=b29fa4df49237a7a8dae8bc82a27f4683254939b;p=vsys-wrappers.git diff --git a/lib/fdpass.h b/lib/fdpass.h new file mode 100644 index 0000000..f00a6fb --- /dev/null +++ b/lib/fdpass.h @@ -0,0 +1,5 @@ +// Modified version of library functions in FUSE +// +int send_fd(int sock_fd, int fd); +int receive_fd(int fd); +