lifecycle: implement requires keyword
This commit is contained in:
parent
bc88e3fcd2
commit
38537339ab
4 changed files with 68 additions and 8 deletions
|
|
@ -52,6 +52,8 @@ struct lif_interface {
|
|||
bool is_auto;
|
||||
|
||||
struct lif_dict vars;
|
||||
|
||||
bool is_up;
|
||||
};
|
||||
|
||||
#define LIF_INTERFACE_COLLECTION_FOREACH(iter, collection) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue