Lines 86-92
Link Here
|
86 |
|
86 |
|
87 |
#define NG_PATCH_CONFIG_TYPE_INFO { \ |
87 |
#define NG_PATCH_CONFIG_TYPE_INFO { \ |
88 |
{ "count", &ng_parse_uint32_type }, \ |
88 |
{ "count", &ng_parse_uint32_type }, \ |
89 |
{ "csum_flags", &ng_parse_uint64_type }, \ |
89 |
{ "csum_flags", &ng_parse_uint32_type }, \ |
90 |
{ "ops", &ng_patch_ops_array_type }, \ |
90 |
{ "ops", &ng_patch_ops_array_type }, \ |
91 |
{ NULL } \ |
91 |
{ NULL } \ |
92 |
} |
92 |
} |