]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
osdc: make Objecter::osd_command return void
authorJohn Spray <john.spray@redhat.com>
Sat, 4 Feb 2017 21:14:43 +0000 (21:14 +0000)
committerJohn Spray <john.spray@redhat.com>
Thu, 9 Mar 2017 13:30:06 +0000 (13:30 +0000)
commita6a07e339aaa733885ac71dcc10e47892c871669
tree1229fcb2f33945bb68653ee776860d9abdb82d8d
parent0574543dbbe1e8b00b9ccc6c2b4e2f5f38edc871
osdc: make Objecter::osd_command return void

The int return was misleading because it didn't
really have any error cases.  We sometimes use
ints in APIs in case we want to return an error
in future, but Objecter is an internal interface.

Signed-off-by: John Spray <john.spray@redhat.com>
src/osdc/Objecter.cc
src/osdc/Objecter.h