summaryrefslogtreecommitdiff
path: root/source3/include/reg_db.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-20 06:01:16 +0100
committerMichael Adam <obnox@samba.org>2009-02-26 11:05:22 +0100
commit1b1aac412c1cff1ac969ae07a0fe085b80476c9e (patch)
treea0f1f57654301b248deccdb0e4d2ec21069c15ef /source3/include/reg_db.h
parentaeb26fe9118ac8b479b2052a722b21e6404c0f00 (diff)
downloadsamba-1b1aac412c1cff1ac969ae07a0fe085b80476c9e.tar.gz
samba-1b1aac412c1cff1ac969ae07a0fe085b80476c9e.tar.bz2
samba-1b1aac412c1cff1ac969ae07a0fe085b80476c9e.zip
Add sorted subkey cache
On my box this gets net conf list for 1000 records down to .1 seconds Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include/reg_db.h')
-rw-r--r--source3/include/reg_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/reg_db.h b/source3/include/reg_db.h
index 92448ae543..5cafa0a5fb 100644
--- a/source3/include/reg_db.h
+++ b/source3/include/reg_db.h
@@ -26,5 +26,6 @@
#define REG_VALUE_PREFIX "SAMBA_REGVAL"
#define REG_SECDESC_PREFIX "SAMBA_SECDESC"
+#define REG_SORTED_SUBKEYS_PREFIX "SAMBA_SORTED_SUBKEYS"
#endif /* _REG_DB_H */