struct tarpc_aio_fsync_in

struct tarpc_aio_fsync_in {
    // fields

    struct tarpc_in_arg common;
    int op;
    tarpc_aiocb_t cb;
};