struct tarpc_send_flooder_iomux_in

struct tarpc_send_flooder_iomux_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int sock;
    iomux_func iomux;
    tarpc_send_function send_func;
    tarpc_bool msg_dontwait;
    uint32_t packet_size;
    tarpc_int duration;
};