]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #33796 from adamemerson/wip-using-namespace-common
authorKefu Chai <kchai@redhat.com>
Sat, 21 Mar 2020 02:33:16 +0000 (10:33 +0800)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2020 02:33:16 +0000 (10:33 +0800)
Build the target 'common' without relying on using namespace in headers

Reviewed-by: Kefu Chai <kchai@redhat.com>
1  2 
src/common/buffer.cc
src/common/options.cc
src/mon/MonClient.cc
src/msg/async/Event.h
src/msg/async/ProtocolV1.cc
src/msg/async/ProtocolV1.h
src/msg/async/ProtocolV2.cc
src/msg/async/ProtocolV2.h

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 3f63a68b2e56f716dc753b144b3a8e80f1a33c35,b56a966dbd74540c7eba060c56aec0903e8e93c6..b23860e8a015cf52b9296ded19385e33a9b5c3a1
@@@ -204,9 -204,8 +204,9 @@@ protected
    void discard_out_queue();
  
    void reset_recv_state();
 +  void reset_security();
  
-   ostream &_conn_prefix(std::ostream *_dout);
+   std::ostream& _conn_prefix(std::ostream *_dout);
  
  public:
    ProtocolV1(AsyncConnection *connection);
Simple merge
Simple merge