~ubuntu-branches/ubuntu/raring/ceph/raring

« back to all changes in this revision

Viewing changes to src/mon/MDSMonitor.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-02-05 10:07:38 UTC
  • mfrom: (1.1.7) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120205100738-00s0bxx93mamy8tk
Tags: 0.41-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
 
68
68
  // service methods
69
 
  void create_initial(bufferlist& bl);
 
69
  void create_initial();
70
70
  bool update_from_paxos();
71
71
  void create_pending(); 
72
72
  void encode_pending(bufferlist &bl);
73
 
  
 
73
 
 
74
  void update_logger();
 
75
 
74
76
  void _updated(MMDSBeacon *m);
75
77
 
76
78
  bool preprocess_query(PaxosServiceMessage *m);  // true if processed.
77
79
  bool prepare_update(PaxosServiceMessage *m);
78
80
  bool should_propose(double& delay);
79
81
 
80
 
  void committed();
 
82
  void on_active();
81
83
 
82
84
  void _note_beacon(class MMDSBeacon *m);
83
85
  bool preprocess_beacon(class MMDSBeacon *m);