aboutsummaryrefslogtreecommitdiffstats
path: root/stacks/fstack/config/module_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/fstack/config/module_config.json')
-rw-r--r--stacks/fstack/config/module_config.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/stacks/fstack/config/module_config.json b/stacks/fstack/config/module_config.json
new file mode 100644
index 0000000..e3a7f22
--- /dev/null
+++ b/stacks/fstack/config/module_config.json
@@ -0,0 +1,28 @@
+{
+ "default_stack_name": "kernel",
+ "module_list": [
+ {
+ "stack_name": "kernel",
+ "libname": "./",
+ "function_name": "kernel_stack_register",
+ "loadtype": "static",
+ "deploytype": "1",
+ "maxfd": "1024", /*the max fd supported*/
+ "minfd": "0", /*the min fd supported*/
+ "priorty": "1", /*priorty when executing, reserv*/
+
+ "stackid": "0"
+ },
+ {
+ "stack_name": "fstack",
+ "libname": "libdmm_fstack.so",
+ "function_name": "fstack_stack_register",
+ "loadtype": "dynmic",
+ "deploytype": "1",
+ "maxfd": "1024", /*the max fd supported*/
+ "minfd": "0", /*the min fd supported*/
+ "priorty": "1", /*priorty when executing, reserv*/
+ "stackid": "1"
+ }
+ ]
+}