]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: Create image exclusive lock watch/notify handler
authorJason Dillaman <dillaman@redhat.com>
Wed, 8 Oct 2014 12:20:47 +0000 (08:20 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 13 Jan 2015 00:01:07 +0000 (19:01 -0500)
commitf5668d6b9d90989dbb27c241f4e69a00b4e56e2c
treed8267ed9539a137567b109e6ac48aeb1c2e77603
parent3646e1e438a1bf05363dc18786b51bfe581ee648
librbd: Create image exclusive lock watch/notify handler

The new watch/notify handler replaces the existing header
update watch/notify handler and adds support for managing
image exclusive lock leadership.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/ImageCtx.cc
src/librbd/ImageCtx.h
src/librbd/ImageWatcher.cc [new file with mode: 0644]
src/librbd/ImageWatcher.h [new file with mode: 0644]
src/librbd/Makefile.am
src/librbd/WatchCtx.cc [deleted file]
src/librbd/WatchCtx.h [deleted file]
src/librbd/internal.cc
src/librbd/internal.h