File tree Expand file tree Collapse file tree 3 files changed +33
-24
lines changed Expand file tree Collapse file tree 3 files changed +33
-24
lines changed Original file line number Diff line number Diff line change 1
1
* .h linguist-detectable =false
2
+ * .c linguist-detectable =false
Original file line number Diff line number Diff line change @@ -15,18 +15,22 @@ package nfdump
15
15
//
16
16
import "C"
17
17
18
- const EXnull = uint (C .EXnull )
19
- const EXgenericFlowID = uint16 (C .EXgenericFlowID )
20
- const EXipv4FlowID = uint16 (C .EXipv4FlowID )
21
- const EXipv6FlowID = uint16 (C .EXipv6FlowID )
22
- const EXflowMiscID = uint16 (C .EXflowMiscID )
23
- const EXcntFlowID = uint16 (C .EXcntFlowID )
24
- const EXvLanID = uint16 (C .EXvLanID )
25
- const EXasRoutingID = uint16 (C .EXasRoutingID )
26
-
27
- const V3_FLAG_EVENT = uint (C .V3_FLAG_EVENT )
28
- const V3_FLAG_SAMPLED = uint (C .V3_FLAG_SAMPLED )
29
- const V3_FLAG_ANON = uint (C .V3_FLAG_ANON )
18
+ const (
19
+ EXnull = uint (C .EXnull )
20
+ EXgenericFlowID = uint16 (C .EXgenericFlowID )
21
+ EXipv4FlowID = uint16 (C .EXipv4FlowID )
22
+ EXipv6FlowID = uint16 (C .EXipv6FlowID )
23
+ EXflowMiscID = uint16 (C .EXflowMiscID )
24
+ EXcntFlowID = uint16 (C .EXcntFlowID )
25
+ EXvLanID = uint16 (C .EXvLanID )
26
+ EXasRoutingID = uint16 (C .EXasRoutingID )
27
+ )
28
+
29
+ const (
30
+ V3_FLAG_EVENT = uint (C .V3_FLAG_EVENT )
31
+ V3_FLAG_SAMPLED = uint (C .V3_FLAG_SAMPLED )
32
+ V3_FLAG_ANON = uint (C .V3_FLAG_ANON )
33
+ )
30
34
31
35
const V3Record = uint16 (C .V3Record )
32
36
You can’t perform that action at this time.
0 commit comments