struct tarpc_get_var_out { // fields struct tarpc_out_arg common; uint64_t val; tarpc_bool found; };
uint64_t val
Variable value
tarpc_bool found
If true, variable is found
true