diff options
author | Joao Eduardo Luis <joao.luis@inktank.com> | 2012-07-09 22:51:49 +0100 |
---|---|---|
committer | Joao Eduardo Luis <joao.luis@inktank.com> | 2013-02-21 18:02:22 +0000 |
commit | 6db25a38857188b0f399bb507de86c81782a8e00 (patch) | |
tree | 01877296001f0906b56e16162b429eb336fbe54e /src/msg/Message.h | |
parent | d8a5cf6b4f74142151c493aea1adcd38ad9d8a9d (diff) | |
download | ceph-6db25a38857188b0f399bb507de86c81782a8e00.tar.gz |
message: MMonSync: Monitor Synchronization message
The monitor's synchronization process requires a specific message type
to carry the required informations. Since this process significantly
differs from slurping, reusing the MMonProbe message is not an option as
it would require major changes and, for all intetions and purposes, it
would be far outside the scope of the MMonProbe message.
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
Diffstat (limited to 'src/msg/Message.h')
-rw-r--r-- | src/msg/Message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg/Message.h b/src/msg/Message.h index 5bdd4d463b6..7b5cabc2873 100644 --- a/src/msg/Message.h +++ b/src/msg/Message.h @@ -37,6 +37,7 @@ #define MSG_MON_PAXOS 66 #define MSG_MON_PROBE 67 #define MSG_MON_JOIN 68 +#define MSG_MON_SYNC 69 /* monitor <-> mon admin tool */ #define MSG_MON_COMMAND 50 |