]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/asok: pass vector<string> to parse_cmd()
authorKefu Chai <kchai@redhat.com>
Tue, 10 Mar 2020 05:56:48 +0000 (13:56 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 15 Mar 2020 12:56:47 +0000 (20:56 +0800)
commitcb3bff0541f9291a1a8460bf14c70d9710e37f87
tree73929af3f4df3b47c2b4f6401b1e650708709760
parentfae60f65f329c0518f547c2092c465ae31f05b05
crimson/asok: pass vector<string> to parse_cmd()

prepare for the tell command, as the payload of MCommand is a
`vector<string>`, and `cmdmap_from_json()` expects a `vector<string>`

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/admin/admin_socket.cc
src/crimson/admin/admin_socket.h