summaryrefslogtreecommitdiff
path: root/lib/util/memcache.h
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-05-16 13:05:36 -0700
committerKarolin Seeger <kseeger@samba.org>2018-06-07 09:40:14 +0200
commitbf63e6f23721487e1e582154b14ba7b069670d93 (patch)
treefcbfe9311e47d4b6ac814a04955c0ebc21ea06ae /lib/util/memcache.h
parent5cbb3c35561b52369335020df7dc4d69bc49fc35 (diff)
downloadsamba-bf63e6f23721487e1e582154b14ba7b069670d93.tar.gz
memcache: Add new cache type for dfree information
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13446 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit f5d05562679f6aa691b98b4a75952f7dda7ed343)
Diffstat (limited to 'lib/util/memcache.h')
-rw-r--r--lib/util/memcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/memcache.h b/lib/util/memcache.h
index b87746bc928..c6a5b861c6f 100644
--- a/lib/util/memcache.h
+++ b/lib/util/memcache.h
@@ -44,7 +44,8 @@ enum memcache_number {
SINGLETON_CACHE_TALLOC, /* talloc */
SINGLETON_CACHE,
SMB1_SEARCH_OFFSET_MAP,
- SHARE_MODE_LOCK_CACHE /* talloc */
+ SHARE_MODE_LOCK_CACHE, /* talloc */
+ DFREE_CACHE,
};
/*