zoo_op_result
extern (C)
struct zoo_op_result {
}
- err
int err;
Undocumented in source.
- stat
Stat* stat;
Undocumented in source.
- value
char* value;
Undocumented in source.
- valuelen
int valuelen;
Undocumented in source.
deimos zookeeper zookeeper
aliasesenumsfunctionsmanifest constantsstructsvariables
\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.