rados_unwatch

Unregister an interest in an object

Once this completes, no more notifies will be sent to us for this watch. This should be called to clean up unneeded watchers.

@param io the pool the object is in @param o the name of the watched object (ignored) @param cookie which watch to unregister @returns 0 on success, negative error code on failure

extern (C)
int
rados_unwatch
(,
const(char)* o
,
ulong cookie
)

Meta