]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-replay: added version control to trace output file
authorJason Dillaman <dillaman@redhat.com>
Thu, 8 Oct 2015 17:21:29 +0000 (13:21 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 15 Oct 2015 18:44:21 +0000 (14:44 -0400)
commita145a1cd8e245505abae66f0497be0df0078cecb
tree064ee6f9e92867ac6938f4ae3c6ea3356272e227
parenta30ed76c34ecca6278112908871126e1730a22bc
rbd-replay: added version control to trace output file

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 3ecdae8388d69123b937a40ce614a0b795a757f1)
16 files changed:
src/rbd_replay/ActionTypes.cc [new file with mode: 0644]
src/rbd_replay/ActionTypes.h [new file with mode: 0644]
src/rbd_replay/BufferReader.cc [new file with mode: 0644]
src/rbd_replay/BufferReader.h [new file with mode: 0644]
src/rbd_replay/Deser.cc [deleted file]
src/rbd_replay/Deser.hpp [deleted file]
src/rbd_replay/Makefile.am
src/rbd_replay/Replayer.cc
src/rbd_replay/Replayer.hpp
src/rbd_replay/Ser.cc [deleted file]
src/rbd_replay/Ser.hpp [deleted file]
src/rbd_replay/actions.cc
src/rbd_replay/actions.hpp
src/rbd_replay/ios.cc
src/rbd_replay/ios.hpp
src/rbd_replay/rbd-replay-prep.cc