]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #26219 from yaozongyou/mon-cleanups
authorJoao Eduardo Luis <jecluis@gmail.com>
Wed, 27 Feb 2019 09:33:42 +0000 (09:33 +0000)
committerGitHub <noreply@github.com>
Wed, 27 Feb 2019 09:33:42 +0000 (09:33 +0000)
mon: some tiny cleanups related class forward declaration

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Patrick Donnelly <pdonell@redhat.com>
1  2 
src/mon/AuthMonitor.h
src/mon/MgrMonitor.h
src/mon/MgrStatMonitor.h
src/mon/MonClient.h
src/mon/Monitor.h
src/mon/MonmapMonitor.h

Simple merge
Simple merge
Simple merge
index c5e65983d364cb672c1827df462075c83a89a5c6,afe2f3a82e015578ba1070b95002536cb42dfd55..e4c018289bee5334e87ac27a569cb592c8be8a6b
@@@ -34,12 -31,10 +34,11 @@@ class MMonGetVersionReply
  struct MMonSubscribeAck;
  class MMonCommandAck;
  struct MAuthReply;
- class MAuthRotating;
  class LogClient;
  class AuthAuthorizer;
 -class AuthMethodList;
  class AuthClientHandler;
 +class AuthMethodList;
 +class AuthRegistry;
  class KeyRing;
  class RotatingKeyRing;
  
Simple merge
Simple merge