diff options
Diffstat (limited to 'source3/include/locking.h')
| -rw-r--r-- | source3/include/locking.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/locking.h b/source3/include/locking.h index 1833ba3f80..ee59cad643 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -96,4 +96,11 @@ struct blocking_lock_record {  	void *blr_private; /* Implementation specific. */  }; +struct smbd_lock_element { +	uint32_t smbpid; +	enum brl_type brltype; +	uint64_t offset; +	uint64_t count; +}; +  #endif /* _LOCKING_H_ */  | 
