[SR-Dev] git:janakj/flatstore: - module interface exended with list of management functions
Jan Janak
jan at iptel.org
Sun Feb 15 18:56:45 CET 2009
Module: sip-router
Branch: janakj/flatstore
Commit: f23bee385c2e3740b918d970438bf98f9fbfddef
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f23bee385c2e3740b918d970438bf98f9fbfddef
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_flatstore/flatstore_mod.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/db_flatstore/flatstore_mod.c b/modules/db_flatstore/flatstore_mod.c
index 68813cb..e14daaf 100644
--- a/modules/db_flatstore/flatstore_mod.c
+++ b/modules/db_flatstore/flatstore_mod.c
@@ -97,6 +97,7 @@ static param_export_t params[] = {
struct module_exports exports = {
"flatstore",
cmds,
+ 0, /* RPC methods */
params, /* module parameters */
mod_init, /* module initialization function */
0, /* response function*/
More information about the sr-dev
mailing list