zoo_op_result

\brief zoo_op_result structure.

This structure holds the result for an op submitted as part of a multi_op via \ref zoo_multi or \ref zoo_amulti.

extern (C)
struct zoo_op_result {}

Members

Variables

err
int err;
Undocumented in source.
stat
Stat* stat;
Undocumented in source.
value
char* value;
Undocumented in source.
valuelen
int valuelen;
Undocumented in source.

Meta