فهرست منبع

- 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 = {	
 	"flatstore",
 	cmds,
+	0,           /* RPC methods */
 	params,      /*  module parameters */
 	mod_init,    /* module initialization function */
 	0,           /* response function*/