]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
remove dbenv->lock_put() call from transaction-protected operations
[openldap] / servers / slapd / proto-slap.h
index ec841a6df93f7face3e2bafba9a7c858075f58c7..f80e53969a21dd3834cff7738131e54a3ca21bb5 100644 (file)
@@ -526,7 +526,7 @@ LDAP_SLAPD_F (int) filter_matched_values(
        Backend         *be,
        Connection      *conn,
        Operation       *op,
-       Entry           *e,
+       Attribute       *a,
        char            ***e_flags );
 
 /*
@@ -1017,6 +1017,7 @@ LDAP_SLAPD_V (const char)         Versionstr[];
 LDAP_SLAPD_V (struct slap_limits_set)          deflimit;
 
 LDAP_SLAPD_V (slap_access_t)   global_default_access;
+LDAP_SLAPD_V (int)             global_gentlehup;
 LDAP_SLAPD_V (int)             global_idletimeout;
 LDAP_SLAPD_V (int)             global_schemacheck;
 LDAP_SLAPD_V (char *)  global_host;