]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: Fix invalid type inferences
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 10 Nov 2016 19:25:18 +0000 (14:25 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 17 Nov 2016 00:54:31 +0000 (19:54 -0500)
commit146e7ab9b63ad81e1fab736ebd13e16e68b47ad6
tree14237308e791af624e639e3220816433d658689b
parentcb52e506928043661deb2b7b893515b7a1eaee5f
rbd: Fix invalid type inferences

These are big and ugly and could be made ever so much nicer with a C++14
compatibility header providing the *_t variation of the type traits
templates.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/tools/rbd_mirror/image_replayer/BootstrapRequest.cc
src/tools/rbd_mirror/image_replayer/OpenLocalImageRequest.cc