X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=ucimap.h;h=d384ef66fc808ce6c232a46169c8068ddf684ae9;hb=7c45dfd1c68304b1eed8eda3612619737e34cbc1;hp=d56d8ef99113ca935866f52043e7cd8721f46851;hpb=96aa070d01e676a6c7f48ff533e219f63da4fd65;p=uci.git diff --git a/ucimap.h b/ucimap.h index d56d8ef..d384ef6 100644 --- 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 */ };