X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=nlm%2Flibnfs-raw-nlm.h;fp=nlm%2Flibnfs-raw-nlm.h;h=53635f5cfc34bd65126310a0a6d8fa119ac92149;hp=ce852598ef3bedf96a021c2f8d6ff6e3d95c2aaf;hb=00e29b2c0b8b0e7885e724f732c0d259c1f8419f;hpb=c76fd7199ffdf118c43357af72a29f56f245db04 diff --git a/nlm/libnfs-raw-nlm.h b/nlm/libnfs-raw-nlm.h index ce85259..53635f5 100644 --- a/nlm/libnfs-raw-nlm.h +++ b/nlm/libnfs-raw-nlm.h @@ -79,8 +79,8 @@ struct nlm4_holder { uint32_t exclusive; u_int svid; nlm4_oh oh; - u_quad_t l_offset; - u_quad_t l_len; + uint64_t l_offset; + uint64_t l_len; }; typedef struct nlm4_holder nlm4_holder; #define NLM_MAXNAME 256 @@ -90,8 +90,8 @@ struct nlm4_lock { struct nlm_fh4 fh; nlm4_oh oh; u_int svid; - u_quad_t l_offset; - u_quad_t l_len; + uint64_t l_offset; + uint64_t l_len; }; typedef struct nlm4_lock nlm4_lock;