Create a new rados_write_op_t write operation. This will store all actions to be performed atomically. You must call rados_release_write_op when you are finished with it.
@returns non-NULL on success, NULL on memory allocation error.
See Implementation
Create a new rados_write_op_t write operation. This will store all actions to be performed atomically. You must call rados_release_write_op when you are finished with it.
@returns non-NULL on success, NULL on memory allocation error.