Browse Source

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>
John Crispin 10 years ago
parent
commit
2549fb8454
1 changed files with 1 additions and 0 deletions
  1. 1 0
      uci_blob.h

+ 1 - 0
uci_blob.h

@@ -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[];