[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/servers/slapd backend.c backglue.c backover.c bconfig.c config.h proto-slap.h slap.h
- To: OpenLDAP Commit <openldap-commit2devel@openldap.org>
- Subject: Re: commit: ldap/servers/slapd backend.c backglue.c backover.c bconfig.c config.h proto-slap.h slap.h
- From: Ralf Haferkamp <rhafer@suse.de>
- Date: Wed, 25 Jul 2007 17:28:02 +0200
- Content-disposition: inline
- In-reply-to: <200707251521.l6PFL5kF060108@cantor.openldap.org>
- References: <200707251521.l6PFL5kF060108@cantor.openldap.org>
- User-agent: KMail/1.9.5
The BI_db_func()-functions (xxx_db_init, xxx_db_open, xxx_db_close and
xxx_db_destroy) now accept a ConfigArgs pointer as an additional argument. I
think I fixed all existing backends and overlays to accept the new parameter
(make test succeeded with --enable-backends=yes and --enable-overlays=yes).
Currently only back-monitor uses the new parameter for printing error messages
to the ca->msg attribute. I plan to update the other backends and overlays
next.
On Wednesday 25 July 2007 17:21, ralf@openldap.org wrote:
[..]
> Log Message:
> Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close
> and _db_destroy functions.
[..]
--
Ralf