zoo_multi

\brief atomically commits multiple zookeeper operations synchronously.

\param zh the zookeeper handle obtained by a call to \ref zookeeper_init \param count the number of operations \param ops an array of operations to commit \param results an array to hold the results of the operations \return the return code for the function call. This can be any of the values that can be returned by the ops supported by a multi op (see \ref zoo_acreate, \ref zoo_adelete, \ref zoo_aset).

extern (C)
int
zoo_multi

Meta