浏览代码

Renamed to db_flatstore.

Jan Janak 16 年之前
父节点
当前提交
d3ab43c949
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      modules/db_flatstore/Makefile
  2. 1 1
      modules/db_flatstore/flatstore_mod.c

+ 1 - 1
modules/db_flatstore/Makefile

@@ -4,7 +4,7 @@
 
 include ../../Makefile.defs
 auto_gen=
-NAME=flatstore.so
+NAME=db_flatstore.so
 LIBS=
 
 DEFS += -DSER_MOD_INTERFACE

+ 1 - 1
modules/db_flatstore/flatstore_mod.c

@@ -126,7 +126,7 @@ static param_export_t params[] = {
 
 
 struct module_exports exports = {
-	"flatstore",
+	"db_flatstore",
 	cmds,
 	flat_rpc,    /* RPC methods */
 	params,      /*  module parameters */