]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: fix MDSMonitor prototype
authorSage Weil <sage@newdream.net>
Tue, 22 Jul 2008 23:07:08 +0000 (16:07 -0700)
committerSage Weil <sage@newdream.net>
Tue, 22 Jul 2008 23:07:08 +0000 (16:07 -0700)
src/mon/MDSMonitor.h

index 2dd5f9e840b4bb57dd1cb02236a1062bcde6b74f..075f42add26f945e936baeb6447d6ea877961c44 100644 (file)
@@ -66,7 +66,7 @@ class MDSMonitor : public PaxosService {
   void create_pending(); 
   void encode_pending(bufferlist &bl);
   
-  void _updated(int m, MMDSBeacon *m);
+  void _updated(int from, MMDSBeacon *m);
  
   bool preprocess_query(Message *m);  // true if processed.
   bool prepare_update(Message *m);