]> git.proxmox.com Git - mirror_frr.git/blob - python/xrefstructs.json
Merge pull request #13366 from zmw12306/rte_tag
[mirror_frr.git] / python / xrefstructs.json
1 {
2 "cmd_element": {
3 "fields": [
4 {
5 "name": "string",
6 "type": "const char *"
7 },
8 {
9 "name": "doc",
10 "type": "const char *"
11 },
12 {
13 "name": "daemon",
14 "type": "int"
15 },
16 {
17 "name": "attr",
18 "type": "uint32_t"
19 },
20 {
21 "name": "func",
22 "type": "int *"
23 },
24 {
25 "name": "name",
26 "type": "const char *"
27 },
28 {
29 "name": "xref",
30 "type": "struct xref"
31 }
32 ]
33 },
34 "xref": {
35 "fields": [
36 {
37 "name": "xrefdata",
38 "type": "struct xrefdata *"
39 },
40 {
41 "name": "type",
42 "type": "enum xref_type"
43 },
44 {
45 "name": "line",
46 "type": "int"
47 },
48 {
49 "name": "file",
50 "type": "const char *"
51 },
52 {
53 "name": "func",
54 "type": "const char *"
55 }
56 ]
57 },
58 "xref_install_element": {
59 "fields": [
60 {
61 "name": "xref",
62 "type": "struct xref"
63 },
64 {
65 "name": "cmd_element",
66 "type": "const struct cmd_element *"
67 },
68 {
69 "name": "node_type",
70 "type": "enum node_type"
71 }
72 ]
73 },
74 "xref_logmsg": {
75 "fields": [
76 {
77 "name": "xref",
78 "type": "struct xref"
79 },
80 {
81 "name": "fmtstring",
82 "type": "const char *"
83 },
84 {
85 "name": "priority",
86 "type": "uint32_t"
87 },
88 {
89 "name": "ec",
90 "type": "uint32_t"
91 },
92 {
93 "name": "args",
94 "type": "const char *"
95 }
96 ]
97 },
98 "xref_threadsched": {
99 "fields": [
100 {
101 "name": "xref",
102 "type": "struct xref"
103 },
104 {
105 "name": "funcname",
106 "type": "const char *"
107 },
108 {
109 "name": "dest",
110 "type": "const char *"
111 },
112 {
113 "name": "thread_type",
114 "type": "uint32_t"
115 }
116 ]
117 },
118 "xrefdata": {
119 "fields": [
120 {
121 "name": "xref",
122 "type": "const struct xref *"
123 },
124 {
125 "array": 16,
126 "name": "uid",
127 "type": "char"
128 },
129 {
130 "name": "hashstr",
131 "type": "const char *"
132 },
133 {
134 "array": 2,
135 "name": "hashu32",
136 "type": "uint32_t"
137 }
138 ]
139 }
140 }