#include #include #include #include #include #include #include "fdpass.h" char *socket_name = "/vsys/fd_fusemount.control"; unsigned int arg_length = 128; void send_argument(int control_channel_fd, const char *source) { int sent; sent=send(control_channel_fd, source, arg_length, 0); if (sent