]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: set MonClient::_add_conn return type to void 37329/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 22 Sep 2020 07:15:07 +0000 (15:15 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 22 Sep 2020 07:15:07 +0000 (15:15 +0800)
commit1e9b18008c5e9be9425dcb1d4417a6fc003a04ba
tree888f36fa1c6d68a17d18e10c7d117454dea84bee
parente806c4085d11f21447b1d4dcdb3a737a66af5d04
mon: set MonClient::_add_conn return type to void

The new created MonConnection are refered through
MonClient::pending_cons instead of through the return
value.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/mon/MonClient.cc
src/mon/MonClient.h