Module: sip-router Branch: janakj/bdb Commit: f8605335dbb8154d8190eda058179fb6a64c6808 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8605335...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Thu Feb 19 13:09:32 2009 +0100
Make km_sources compile within the db_berkeley sip-router module.
List of changes: * Field type names DB_* renamed to DB1_* * Linked with libkmi, the module uses kamailio management interface * Updated paths to headers in libsrdb1 * db_con_t renamed to db1_con_t * db_res_t renamed to db1_res_t * cmd_export_t renamed to kam_cmd_export_t * structure module_exports renamed to kam_module_exports * Variable exports renamed to kam_exports to avoid conflict with the same variable in bdb_mod.c
---
modules/db_berkeley/km_bdb_lib.c | 10 ++-- modules/db_berkeley/km_bdb_lib.h | 4 +- modules/db_berkeley/km_bdb_mi.c | 2 +- modules/db_berkeley/km_bdb_res.c | 76 +++++++++++++++++----------------- modules/db_berkeley/km_bdb_res.h | 16 ++++---- modules/db_berkeley/km_bdb_val.c | 48 +++++++++++----------- modules/db_berkeley/km_bdb_val.h | 6 +- modules/db_berkeley/km_db_berkeley.c | 58 +++++++++++++------------- modules/db_berkeley/km_db_berkeley.h | 34 ++++++++-------- 9 files changed, 127 insertions(+), 127 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=f860...