MClientCaps()
: Message(CEPH_MSG_CLIENT_CAPS, HEAD_VERSION, COMPAT_VERSION),
+ size(0),
+ max_size(0),
+ truncate_size(0),
+ truncate_seq(0),
+ time_warp_seq(0),
osd_epoch_barrier(0),
oldest_flush_tid(0),
caller_uid(0), caller_gid(0) {
int mseq,
epoch_t oeb)
: Message(CEPH_MSG_CLIENT_CAPS, HEAD_VERSION, COMPAT_VERSION),
+ size(0),
+ max_size(0),
+ truncate_size(0),
+ truncate_seq(0),
+ time_warp_seq(0),
osd_epoch_barrier(oeb),
oldest_flush_tid(0),
caller_uid(0), caller_gid(0) {
inodeno_t ino, inodeno_t realm,
uint64_t id, int mseq, epoch_t oeb)
: Message(CEPH_MSG_CLIENT_CAPS, HEAD_VERSION, COMPAT_VERSION),
+ size(0),
+ max_size(0),
+ truncate_size(0),
+ truncate_seq(0),
+ time_warp_seq(0),
osd_epoch_barrier(oeb),
oldest_flush_tid(0),
caller_uid(0), caller_gid(0) {