[SR-Dev] git:janakj/postgres: - module interface exended with list of management functions

Jan Janak jan at iptel.org
Sun Feb 15 18:55:26 CET 2009


Module: sip-router
Branch: janakj/postgres
Commit: 0bc4d9a83890a791b48a2f82874f023d7a541c7e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0bc4d9a83890a791b48a2f82874f023d7a541c7e

Author: Jan Janak <jan at iptel.org>
Committer: Jan Janak <jan at iptel.org>
Date:   Tue Dec 13 00:19:29 2005 +0000

- module interface exended with list of management functions

---

 modules/db_postgres/db_mod.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/db_postgres/db_mod.c b/modules/db_postgres/db_mod.c
index 30eb47f..e8387df 100644
--- a/modules/db_postgres/db_mod.c
+++ b/modules/db_postgres/db_mod.c
@@ -69,6 +69,7 @@ static param_export_t params[] = {
 struct module_exports exports = {	
 	"postgres",
 	cmds,
+	0,         /* RPC methods */
 	params,    /*  module parameters */
         0,         /* module initialization function */
 	0,         /* response function*/




More information about the sr-dev mailing list