summaryrefslogtreecommitdiff
path: root/src/messages/MMonCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messages/MMonCommand.h')
-rw-r--r--src/messages/MMonCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messages/MMonCommand.h b/src/messages/MMonCommand.h
index 5a97d9c8330..dcf2ceb489f 100644
--- a/src/messages/MMonCommand.h
+++ b/src/messages/MMonCommand.h
@@ -26,8 +26,8 @@ class MMonCommand : public PaxosServiceMessage {
vector<string> cmd;
MMonCommand() : PaxosServiceMessage(MSG_MON_COMMAND, 0) {}
- MMonCommand(ceph_fsid_t &f, version_t version) :
- PaxosServiceMessage(MSG_MON_COMMAND, version),
+ MMonCommand(ceph_fsid_t &f, version_t v) :
+ PaxosServiceMessage(MSG_MON_COMMAND, v),
fsid(f) { }
private: