Fix bug in parse type for struct ng_one2many_config.
Reported by: Yian Zhu <Yian.Zhu@qobra.com>
This commit is contained in:
parent
d00a91423d
commit
eb1fc88909
@ -73,8 +73,8 @@ struct ng_one2many_config {
|
||||
/* Keep this in sync with the above structure definition */
|
||||
#define NG_ONE2MANY_CONFIG_TYPE_INFO(atype) { \
|
||||
{ \
|
||||
{ "xmitAlg", &ng_parse_uint64_type }, \
|
||||
{ "failAlg", &ng_parse_uint64_type }, \
|
||||
{ "xmitAlg", &ng_parse_uint32_type }, \
|
||||
{ "failAlg", &ng_parse_uint32_type }, \
|
||||
{ "enabledLinks", (atype) }, \
|
||||
{ NULL } \
|
||||
} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user