struct tarpc_in_arg

Overview

Input arguments common for all RPC calls. More…

struct tarpc_in_arg {
    // fields

    tarpc_op op;
    uint64_t start;
    uint64_t jobid;
    uint16_t seqno;
    tarpc_lib_flags lib_flags;
};

Detailed Documentation

Input arguments common for all RPC calls.

It should be the first field of all routine-specific parameters, since implementation casts routine-specific parameters to this structure.

Fields

tarpc_op op

RPC operation

uint64_t jobid

Job identifier (for async calls)

uint16_t seqno

Sequence number of an RPC call

tarpc_lib_flags lib_flags

How to resolve function name