opendb: add allow_level_II_oplock parameter to odb_open_file()
[jelmer/samba4-debian.git] / source / cluster / ctdb / opendb_ctdb.c
index e84f2364d40f183791f8b3052688bee7a82a8481..fe48f987601f3a04cb37e16b4d4656efc598de09 100644 (file)
@@ -284,6 +284,7 @@ static NTSTATUS odb_ctdb_open_file(struct odb_lock *lck,
                                   uint32_t stream_id, uint32_t share_access,
                                   uint32_t access_mask, bool delete_on_close,
                                   uint32_t open_disposition, bool break_to_none,
+                                  bool allow_level_II_oplock,
                                   uint32_t oplock_level, uint32_t *oplock_granted)
 
 {