diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-29 13:26:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:53 -0500 |
commit | d3ed91d9e1f3ba9f3d5093b3607dd563b37c27ed (patch) | |
tree | c4eebf87de5196db0f67caa73137da4b45d8efe4 /source3/include | |
parent | 86f79c402df9fca010719c4f7816ea35c3f42c75 (diff) | |
download | samba-d3ed91d9e1f3ba9f3d5093b3607dd563b37c27ed.tar.gz samba-d3ed91d9e1f3ba9f3d5093b3607dd563b37c27ed.tar.bz2 samba-d3ed91d9e1f3ba9f3d5093b3607dd563b37c27ed.zip |
r23195: Add void *private_data to brl_forall
(This used to be commit c91b2bdc160d76bf0b0770fe7f92cbc7124d6c3c)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/locking.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/locking.h b/source3/include/locking.h index f02d817133..d61b5fe1e4 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -62,18 +62,6 @@ struct byte_range_lock { struct db_record *record; }; -#define BRLOCK_FN_CAST() \ - void (*)(struct file_id id, struct server_id pid, \ - enum brl_type lock_type, \ - enum brl_flavour lock_flav, \ - br_off start, br_off size) - -#define BRLOCK_FN(fn) \ - void (*fn)(struct file_id id, struct server_id pid, \ - enum brl_type lock_type, \ - enum brl_flavour lock_flav, \ - br_off start, br_off size) - /* Internal structure in brlock.tdb. The data in brlock records is an unsorted linear array of these records. It is unnecessary to store the count as tdb provides the |