mirror of
https://git.openwrt.org/project/uci.git
synced 2025-12-20 00:53:58 +08:00
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:
committed by
Felix Fietkau
parent
262fede3e8
commit
2549fb8454
@@ -25,6 +25,7 @@ struct uci_blob_param_list {
|
|||||||
int n_params;
|
int n_params;
|
||||||
const struct blobmsg_policy *params;
|
const struct blobmsg_policy *params;
|
||||||
const struct uci_blob_param_info *info;
|
const struct uci_blob_param_info *info;
|
||||||
|
const char * const *validate;
|
||||||
|
|
||||||
int n_next;
|
int n_next;
|
||||||
const struct uci_blob_param_list *next[];
|
const struct uci_blob_param_list *next[];
|
||||||
|
|||||||
Reference in New Issue
Block a user