소스 검색

- 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*/