r22154: Make struct smbdb_ctx an opaque pointer so users of the API
[sfrench/samba-autobuild/.git] / source / include / locking.h
index a09e7d1affce39033f4e6328456b3afad4b0e990..4b3b10d736768fc1c6971a50e1eac0239fe18823 100644 (file)
@@ -55,6 +55,7 @@ struct byte_range_lock {
        struct files_struct *fsp;
        unsigned int num_locks;
        BOOL modified;
+       BOOL read_only;
        struct lock_key key;
        void *lock_data;
 };