Explorar o código

- module interface exended with list of management functions

Jan Janak %!s(int64=20) %!d(string=hai) anos
pai
achega
f23bee385c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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*/