summaryrefslogtreecommitdiffstats
path: root/source3/include/memcache.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-01-11 13:58:46 -0800
committerAndreas Schneider <asn@samba.org>2014-01-15 09:45:10 +0100
commit4e0c41a321b2683610748c8c176fc46aaa8d114d (patch)
treef83b323181b4926381f2e46fca943108f2919c82 /source3/include/memcache.h
parent42c80358c83dca65cdde78f442056ec0f55ecbb1 (diff)
downloadsamba-4e0c41a321b2683610748c8c176fc46aaa8d114d.tar.gz
samba-4e0c41a321b2683610748c8c176fc46aaa8d114d.tar.xz
samba-4e0c41a321b2683610748c8c176fc46aaa8d114d.zip
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>
Diffstat (limited to 'source3/include/memcache.h')
-rw-r--r--source3/include/memcache.h3
1 files changed, 2 insertions, 1 deletions
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
};
/*