[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



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