diff options
Diffstat (limited to 'libglusterfs/src/protocol.h')
| -rw-r--r-- | libglusterfs/src/protocol.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/protocol.h b/libglusterfs/src/protocol.h index 450e38731c2..3b5b3087f9f 100644 --- a/libglusterfs/src/protocol.h +++ b/libglusterfs/src/protocol.h @@ -977,6 +977,8 @@ typedef struct {           * in gid.           */          uint32_t groups[GF_REQUEST_MAXGROUPS]; + +        uint64_t lk_owner;  } __attribute__ ((packed)) gf_hdr_req_t;  | 
