]> git.sur5r.net Git - openldap/commitdiff
Reserve pblock IDs for opattr plugin
authorLuke Howard <lukeh@openldap.org>
Tue, 21 Jan 2003 13:51:53 +0000 (13:51 +0000)
committerLuke Howard <lukeh@openldap.org>
Tue, 21 Jan 2003 13:51:53 +0000 (13:51 +0000)
servers/slapd/slapi/slapi.h

index 50d258229e330149e6592e33b399942d9a9604fb..aae64082fc8da309ac86f6c975f24b1a4a84bb91 100644 (file)
@@ -237,8 +237,10 @@ LDAP_BEGIN_DECL
 #define SLAPI_RESULT_TEXT                      882
 #define SLAPI_RESULT_MATCHED                   883
 
-/* Virtual attribute service */
-#define SLAPI_PLUGIN_OPATTR_COALESCE_FN                900
+/* Virtual attribute service provider */
+#define SLAPI_PLUGIN_OPATTR_COALESCE_DATA      900
+/* Pointer to a Slapi_AttrSet */
+#define SLAPI_PLUGIN_OPATTR_COALESCE_FN                901
 
 #define SLAPI_PLUGIN_SYNTAX_FLAG_ORKEYS                        1
 #define SLAPI_PLUGIN_SYNTAX_FLAG_ORDERING              2