~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/mon/MonClient.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  bool initialized;
69
69
 
70
70
  LogClient *log_client;
 
71
  bool more_log_pending;
 
72
 
 
73
  void send_log();
71
74
 
72
75
  AuthSupported *auth_supported;
73
76
 
79
82
 
80
83
  void handle_auth(MAuthReply *m);
81
84
 
82
 
 
83
85
  // monitor session
84
86
  bool hunting;
85
87
 
181
183
    log_client = clog;
182
184
  }
183
185
 
184
 
  static int build_initial_monmap(CephContext *cct, MonMap &monmap);
185
 
 
186
186
  int build_initial_monmap();
187
187
  int get_monmap();
188
188
  int get_monmap_privately();