struct tarpc_nc_recv_reply_in

struct tarpc_nc_recv_reply_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_nc_session_ptr session;
    tarpc_nc_rpc_ptr rpc;
    uint64_t msgid;
    tarpc_int timeout;
};