only call section ->add callbacks after all fixups have been processed, also call...
[project/uci.git] / ucimap.h
index d56d8ef..d384ef6 100644 (file)
--- a/ucimap.h
+++ b/ucimap.h
@@ -54,6 +54,8 @@ struct uci_map {
        unsigned int n_sections;
        struct list_head sdata;
        struct list_head fixup;
+       struct list_head pending;
+       bool parsed;
 
        void *priv; /* user data */
 };