struct tarpc_job_attach_filter_in

struct tarpc_job_attach_filter_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_uint channels;
    tarpc_bool readable;
    tarpc_uint log_level;
    string filter_name;
};