]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: don't use boost::variant for image watcher messages
authorMykola Golub <mgolub@suse.com>
Fri, 3 Apr 2020 10:36:47 +0000 (11:36 +0100)
committerMykola Golub <mgolub@suse.com>
Tue, 5 May 2020 16:00:43 +0000 (17:00 +0100)
commit34bde6542f832cba4776964878f997ce7cbf196b
tree475ee5b7a3e9ee1d9362f52e585bc5a0d2eea6db
parentf3590d6334c293c70c3a6f944231b2e780c4e486
librbd: don't use boost::variant for image watcher messages

We are reached 20 types limit and are not able to add new message
types.

Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/ImageWatcher.cc
src/librbd/ImageWatcher.h
src/librbd/WatchNotifyTypes.cc
src/librbd/WatchNotifyTypes.h
src/librbd/mirror/snapshot/ImageMeta.cc
src/test/librbd/test_ImageWatcher.cc
src/tools/ceph-dencoder/rbd_types.h
src/tools/rbd/action/Watch.cc