]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
* small MMonCommand fix
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Tue, 19 Jun 2007 16:12:22 +0000 (16:12 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Tue, 19 Jun 2007 16:12:22 +0000 (16:12 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1429 29311d96-e01e-0410-9327-a35deaab8ce9

branches/sage/mon2/messages/MMonCommand.h

index 3ad110e623d4e34b26bccf4c1634b3494b82b238..19d25dd7a4d775f5974db5aa465270dad6321156 100644 (file)
@@ -26,7 +26,7 @@ class MMonCommand : public Message {
   vector<string> cmd;
 
   MMonCommand() : Message(MSG_MON_COMMAND) {}
-  MMonCommand(entity_inst_t &i) : 
+  MMonCommand(entity_inst_t i) : 
     Message(MSG_MON_COMMAND),
     inst(i) { }