]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/buffer: hexdump should skip lines that are the same as previous
authorJason Dillaman <dillaman@redhat.com>
Thu, 28 Mar 2019 02:23:52 +0000 (22:23 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 11 Apr 2019 16:47:00 +0000 (12:47 -0400)
commita87baa5e58ff13a0333e350d15525cb9b8a00600
tree67dd67a62fe91b8d5a2df2085c15a3d33d0588eb
parentf3b4246f27083ae7290261b31db54295e86efb38
common/buffer: hexdump should skip lines that are the same as previous

Previously, it would only skip similar lines if the data was all zeroed.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/common/buffer.cc