diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/locking.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/locking.h b/source3/include/locking.h index a09e7d1aff..4b3b10d736 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -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; }; |