search for: logging_function

Displaying 1 result from an estimated 1 matches for "logging_function".

2002 Jul 01
0
announce: TDB_File.pm
...File) * supports 8-bit keys and values * gives access to the complete TDB API Feel free to include/reference in the TDB distribution (or ignore completely, of course ;) A few comments after having done so: nice, clean and simple. it was almost an ideal library to provide XS bindings for. the logging_function callback should perhaps have a void *state argument for "instance data" too. (although it would probably never be used by C code). I'm going to have to look up the TDB_CONTEXT address in a hash (or something) to provide this myself. tdb_reopen() closes the database on error, which me...