rados_watchcb2_t

@typedef rados_watchcb2_t

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

@param arg opaque user-defined value provided to rados_watch2() @param notify_id an id for this notify event @param handle the watcher handle we are notifying @param notifier_id the unique client id for the notifier @param data payload from the notifier @param datalen length of payload buffer

extern (C)
alias rados_watchcb2_t = void function(void* arg, ulong notify_id, ulong handle, ulong notifier_id, void* data, size_t data_len)

Meta