mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
*** empty log message ***
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@240 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
74c5f2f2ee
commit
cb3928475e
@ -10,9 +10,11 @@ class MOSDPing : public Message {
|
||||
int ttl;
|
||||
int osd_status;
|
||||
|
||||
int get_status() { return osd_status; }
|
||||
|
||||
MOSDPing(int status) : Message(MSG_OSD_PING) {
|
||||
//ttl = n;
|
||||
this->status = status;
|
||||
this->osd_status = status;
|
||||
}
|
||||
MOSDPing() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user