aboutsummaryrefslogtreecommitdiffstats
path: root/stacks/fstack/config/module_config.json
blob: e3a7f22dc24aa30233f7cc99eb173527adaa5c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
    }
  ]
}