mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
*** empty log message ***
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@264 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
9045ec6524
commit
8b5e39e6d7
@ -42,6 +42,7 @@ class MOSDRead : public Message {
|
||||
this->st.oid = oid;
|
||||
this->st.len = len;
|
||||
this->st.offset = offset;
|
||||
this->st.pcid = 0;
|
||||
}
|
||||
MOSDRead() {}
|
||||
|
||||
|
@ -50,6 +50,7 @@ class MOSDWrite : public Message {
|
||||
this->st.offset = offset;
|
||||
//this->st.flags = flags;
|
||||
this->st.len = len;
|
||||
this->st.pcid = 0;
|
||||
}
|
||||
|
||||
void set_data(bufferlist &d) {
|
||||
|
Loading…
Reference in New Issue
Block a user