]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: refactor command handling
authorJohn Spray <john.spray@redhat.com>
Wed, 8 Jun 2016 13:24:47 +0000 (14:24 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 29 Sep 2016 16:26:52 +0000 (17:26 +0100)
commit7e6b4f1fcb8444786e060d6fb7cdd927412c6b4f
treef1ea6633ef93853ba015052c8c497ee92d73ca6f
parenta11ff90feab778769c1ad9679441026268679e7b
client: refactor command handling

Create a CommandTable structure for places
in Client, MgrClient, Objecter where we do
basically the same kind of thing for sending
and tracking MCommands.

Signed-off-by: John Spray <john.spray@redhat.com>
src/client/Client.cc
src/client/Client.h
src/common/CommandTable.h [new file with mode: 0644]