]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: add sync point class
authorlixiaoy1 <xiaoyan.li@intel.com>
Thu, 7 Nov 2019 11:02:15 +0000 (06:02 -0500)
committerYuan Lu <yuan.y.lu@intel.com>
Thu, 20 Feb 2020 13:17:37 +0000 (21:17 +0800)
commit6845340a5f54c411f5b95894c4c394d4f3eae5bf
tree0b69e9c2725089e02782fdeac0e6652ab96ece1a
parent7c68bd931bf4acdcadfd3ef7462935ab8f1ff09c
librbd: add sync point class

This class is to identify the check point of a customer request.

Signed-off-by: Peterson, Scott <scott.d.peterson@intel.com>
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com>
Signed-off-by: Lu, Yuan <yuan.y.lu@intel.com>
Signed-off-by: Chamarthy, Mahati <mahati.chamarthy@intel.com>
src/librbd/CMakeLists.txt
src/librbd/cache/rwl/SyncPoint.cc [new file with mode: 0644]
src/librbd/cache/rwl/SyncPoint.h [new file with mode: 0644]
src/librbd/cache/rwl/Types.h