rados_watchcb_t

@typedef rados_watchcb_t

Callback activated when a notify is received on a watched object.

@param opcode undefined @param ver version of the watched object @param arg application-specific data

@note BUG: opcode is an internal detail that shouldn't be exposed @note BUG: ver is unused

extern (C)
alias rados_watchcb_t = void function(ubyte opcode, ulong ver, void* arg)

Meta