mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.
We will use this in mapping 64-bit directory offset cookies to a 32-bit counter. https://bugzilla.samba.org/show_bug.cgi?id=2662 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
42c80358c8
commit
4e0c41a321
@ -40,7 +40,8 @@ enum memcache_number {
|
||||
MANGLE_HASH2_CACHE,
|
||||
PDB_GETPWSID_CACHE, /* talloc */
|
||||
SINGLETON_CACHE_TALLOC, /* talloc */
|
||||
SINGLETON_CACHE
|
||||
SINGLETON_CACHE,
|
||||
SMB1_SEARCH_OFFSET_MAP
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user