浏览代码

- module interface exended with list of management functions

Jan Janak 20 年之前
父节点
当前提交
0bc4d9a838
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/db_postgres/db_mod.c

+ 1 - 0
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*/