summaryrefslogtreecommitdiff
path: root/lib
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:39:14 +0200
commit3fd685e71ac6c73b0af5a650bb6617d4b56ab762 (patch)
treeb45e8c479528b132c3bb6869ecaf779e0e430eb1 /lib
parent88d19df48977fecc874f246798364c2ef5ccc013 (diff)
downloadsamba-3fd685e71ac6c73b0af5a650bb6617d4b56ab762.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')
-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 670cbd6821f..4331c2f1465 100644
--- a/lib/util/memcache.h
+++ b/lib/util/memcache.h
@@ -45,7 +45,8 @@ enum memcache_number {
SINGLETON_CACHE,
SMB1_SEARCH_OFFSET_MAP,
SHARE_MODE_LOCK_CACHE, /* talloc */
- VIRUSFILTER_SCAN_RESULTS_CACHE_TALLOC /* talloc */
+ VIRUSFILTER_SCAN_RESULTS_CACHE_TALLOC, /* talloc */
+ DFREE_CACHE,
};
/*