From 4e0c41a321b2683610748c8c176fc46aaa8d114d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 11 Jan 2014 13:58:46 -0800 Subject: [PATCH] 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 Reviewed-by: Andreas Schneider --- source3/include/memcache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/include/memcache.h b/source3/include/memcache.h index e0ac4afdf71..9362483cea4 100644 --- a/source3/include/memcache.h +++ b/source3/include/memcache.h @@ -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 }; /* -- 2.34.1