X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=83d7c254196c1e890359d06494ebf65d71693345;hb=f5bb1c61228b7900e69eaea0788ee9d5fb304691;hp=6403e1f47241b47bceff69fc7f8fef486de92a33;hpb=f2382b059a30759d41b248c6235f32de8c26047f;p=project%2Fnetifd.git diff --git a/config.h b/config.h index 6403e1f..83d7c25 100644 --- a/config.h +++ b/config.h @@ -15,10 +15,12 @@ union config_param_info { }; struct config_param_list { - const struct config_param_list *next; - int n_params; + int n_params, n_next; + const struct blobmsg_policy *params; const union config_param_info *info; + + const struct config_param_list *next[]; }; #endif