]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: define error callback
authorSage Weil <sage@redhat.com>
Fri, 17 Oct 2014 03:09:07 +0000 (20:09 -0700)
committerSage Weil <sage@redhat.com>
Thu, 4 Dec 2014 18:32:37 +0000 (10:32 -0800)
commitc973c93f3fa23a2b5d9171c2db3d45a03c0e1cb9
treee0955669a5bf8038839c4ccd62d5d0bf1d6bc66e
parent97661e1a65d85533b82edc99fbd626e7abbe5087
librados: define error callback

This is the async notification of a watch error (failure to reconnect to
the object's OSD after a peering event or network disconnect).

Signed-off-by: Sage Weil <sage@redhat.com>
src/include/rados/librados.h
src/include/rados/librados.hpp
src/librados/librados.cc
src/test/librados/watch_notify.cc