]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
message: MMonSync: Monitor Synchronization message
authorJoao Eduardo Luis <joao.luis@inktank.com>
Mon, 9 Jul 2012 21:51:49 +0000 (22:51 +0100)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Thu, 21 Feb 2013 18:02:22 +0000 (18:02 +0000)
commit6db25a38857188b0f399bb507de86c81782a8e00
tree01877296001f0906b56e16162b429eb336fbe54e
parentd8a5cf6b4f74142151c493aea1adcd38ad9d8a9d
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>
src/Makefile.am
src/messages/MMonSync.h [new file with mode: 0644]
src/msg/Message.cc
src/msg/Message.h