Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188578
b: refs/heads/master
c: 535bbb5
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Oct 13, 2009
1 parent 3dc8455 commit 154afe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 572033069dbc2cff8d4a2d2b34c576e1813fda70
refs/heads/master: 535bbb530764b1b2b3b732837f0e61e1baae7109
3 changes: 2 additions & 1 deletion trunk/fs/ceph/msgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* whenever the wire protocol changes. try to keep this string length
* constant.
*/
#define CEPH_BANNER "ceph v021"
#define CEPH_BANNER "ceph v022"
#define CEPH_BANNER_MAX_LEN 30


Expand Down Expand Up @@ -125,6 +125,7 @@ struct ceph_msg_header {
__le64 seq; /* message seq# for this session */
__le16 type; /* message type */
__le16 priority; /* priority. higher value == higher priority */
__le16 version; /* version of message encoding */

__le32 front_len; /* bytes in main payload */
__le32 middle_len;/* bytes in middle payload */
Expand Down

0 comments on commit 154afe8

Please sign in to comment.