uci_blob: add an element to uci_blob_param_list to allow the tracking of validation info

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin
2014-02-17 12:15:17 +00:00
committed by Felix Fietkau
parent 262fede3e8
commit 2549fb8454

View File

@@ -25,6 +25,7 @@ struct uci_blob_param_list {
int n_params;
const struct blobmsg_policy *params;
const struct uci_blob_param_info *info;
const char * const *validate;
int n_next;
const struct uci_blob_param_list *next[];