Module: sip-router Branch: janakj/flatstore Commit: 3e87a030beddd8b55885bc1c1036e7571391afe7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3e87a030...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Tue May 27 00:22:02 2008 +0000
- new version of flatstore module for new db api in SER 2.1
---
modules/db_flatstore/flat_cmd.c | 216 +++++++++++++++++++ modules/db_flatstore/flat_cmd.h | 75 +++++++ modules/db_flatstore/flat_con.c | 377 ++++++++++++++++++++++------------ modules/db_flatstore/flat_con.h | 108 ++++++---- modules/db_flatstore/flat_id.c | 87 -------- modules/db_flatstore/flat_id.h | 60 ------ modules/db_flatstore/flat_pool.c | 156 -------------- modules/db_flatstore/flat_pool.h | 62 ------ modules/db_flatstore/flat_rpc.c | 58 +++-- modules/db_flatstore/flat_rpc.h | 49 +++-- modules/db_flatstore/flatstore.c | 249 ---------------------- modules/db_flatstore/flatstore.h | 71 ------- modules/db_flatstore/flatstore_mod.c | 189 +++++++++++------- modules/db_flatstore/flatstore_mod.h | 93 +++------ 14 files changed, 812 insertions(+), 1038 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=3e87...