瀏覽代碼

- module interface exended with list of management functions

Jan Janak 20 年之前
父節點
當前提交
f23bee385c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/db_flatstore/flatstore_mod.c

+ 1 - 0
modules/db_flatstore/flatstore_mod.c

@@ -97,6 +97,7 @@ static param_export_t params[] = {
 struct module_exports exports = {	
 struct module_exports exports = {	
 	"flatstore",
 	"flatstore",
 	cmds,
 	cmds,
+	0,           /* RPC methods */
 	params,      /*  module parameters */
 	params,      /*  module parameters */
 	mod_init,    /* module initialization function */
 	mod_init,    /* module initialization function */
 	0,           /* response function*/
 	0,           /* response function*/