* show osdmap content

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1402 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sageweil 2007-06-06 22:12:17 +00:00
parent b05d2d96c5
commit dfb99b6f7e

View File

@ -65,6 +65,9 @@ class MOSDMap : public Message {
}
virtual char *get_type_name() { return "omap"; }
void print(ostream& out) {
out << "osdmap(" << get_first() << "," << get_last() << ")";
}
};
#endif