summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/slapi-plugin.h
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-02-10 09:16:28 -0700
committerRich Megginson <rmeggins@redhat.com>2010-02-17 15:04:02 -0700
commitca6e6538a65bc03f7b8e1c521b5d0ba6d7b82a9e (patch)
treee7ba50d6e183806f9de700d8904b3b9b8742fb1f /ldap/servers/slapd/slapi-plugin.h
parent834c706f04e53bb3ca95caa31c6e1166ad79210e (diff)
downloadds-ca6e6538a65bc03f7b8e1c521b5d0ba6d7b82a9e.tar.gz
ds-ca6e6538a65bc03f7b8e1c521b5d0ba6d7b82a9e.tar.xz
ds-ca6e6538a65bc03f7b8e1c521b5d0ba6d7b82a9e.zip
wrap new style matching rule plugins for use in old style indexing code
Create wrappers for the new syntax plugin style matching rule code so that we can use the old matching rule indexing functions. Introduced a new type of indexer for Slapi_Value values. The old style used struct berval * values, but the syntax plugins and a lot of newer code work with Slapi_Value* instead.
Diffstat (limited to 'ldap/servers/slapd/slapi-plugin.h')
-rw-r--r--ldap/servers/slapd/slapi-plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/servers/slapd/slapi-plugin.h b/ldap/servers/slapd/slapi-plugin.h
index 6ced381e..5f0fc47f 100644
--- a/ldap/servers/slapd/slapi-plugin.h
+++ b/ldap/servers/slapd/slapi-plugin.h
@@ -5456,6 +5456,7 @@ typedef struct slapi_plugindesc {
#define SLAPI_PLUGIN_MR_FILTER_INDEX_FN 603
#define SLAPI_PLUGIN_MR_FILTER_RESET_FN 604
#define SLAPI_PLUGIN_MR_INDEX_FN 605
+#define SLAPI_PLUGIN_MR_INDEX_SV_FN 606
/* matching rule plugin arguments */
#define SLAPI_PLUGIN_MR_OID 610