aboutsummaryrefslogtreecommitdiffstats
path: root/release/configure/module_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'release/configure/module_config.json')
-rw-r--r--release/configure/module_config.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/release/configure/module_config.json b/release/configure/module_config.json
new file mode 100644
index 0000000..c9bae26
--- /dev/null
+++ b/release/configure/module_config.json
@@ -0,0 +1,27 @@
+{
+ "default_stack_name": "kernel",
+ "module_list": [
+ {
+ "stack_name": "kernel",
+ "function_name": "kernel_stack_register",
+ "libname": "./",
+ "loadtype": "static",
+ "deploytype": "1",
+ "maxfd": "1024",
+ "minfd": "0",
+ "priorty": "1",
+ "stackid": "0",
+ },
+ {
+ "stack_name": "stackpool",
+ "function_name": "nstack_stack_register",
+ "libname": "libnstack.so",
+ "loadtype": "dynmic",
+ "deploytype": "3",
+ "maxfd": "1024",
+ "minfd": "0",
+ "priorty": "1",
+ "stackid": "1",
+ },
+ ]
+}