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.
[..]
Hi,
Note, I just reworked that a bit I am now using a separate type as originally suggested by Ando. That seems to be the cleaner approach.
On Wednesday 25 July 2007 17:28, Ralf Haferkamp wrote:
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.
[..]