struct tarpc_socket_to_file_in

struct tarpc_socket_to_file_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int sock;
    char path;
    uint32_t timeout;
};