struct tarpc_get_var_out

Overview

struct tarpc_get_var_out {
    // fields

    struct tarpc_out_arg common;
    uint64_t val;
    tarpc_bool found;
};

Detailed Documentation

Fields

uint64_t val

Variable value

tarpc_bool found

If true, variable is found