diff options
author | Jeremy Allison <jra@samba.org> | 2001-05-22 20:35:48 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-05-22 20:35:48 +0000 |
commit | d7aa42e4593b02ee6e487f7a4633bd7e7620ef2f (patch) | |
tree | 469337ca0cba2127a3ed46100adc6a443a67265f /source/include/proto.h | |
parent | 946cf3a0d7685e28af847b958ac01739335ea6e4 (diff) | |
download | samba-d7aa42e4593b02ee6e487f7a4633bd7e7620ef2f.tar.gz samba-d7aa42e4593b02ee6e487f7a4633bd7e7620ef2f.tar.xz samba-d7aa42e4593b02ee6e487f7a4633bd7e7620ef2f.zip |
Defensive brlock and locking database cleaning code.
Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index a216235c77f..80359313303 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1242,6 +1242,7 @@ struct packet_struct *receive_unexpected(enum packet_type packet_type, int id, /* The following definitions come from locking/brlock.c */ void brl_init(int read_only); +void brl_shutdown(int read_only); BOOL brl_lock(SMB_DEV_T dev, SMB_INO_T ino, int fnum, uint16 smbpid, pid_t pid, uint16 tid, br_off start, br_off size, |