diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 06:30:05 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 06:30:05 +0200 |
commit | df13b3ade3f366446033214b3a85228005c014ea (patch) | |
tree | 0fb722d2055cea789a5c3a378bcc14fb1d498c90 /interface.h | |
parent | 409adfc2256d483b43b4cf92025e575212ea3372 (diff) |
add config state tracking
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.h b/interface.h index bde069c..0f2eb85 100644 --- a/interface.h +++ b/interface.h @@ -46,6 +46,8 @@ struct interface { /* interface that layer 3 communication will go through */ struct device_user *l3_iface; + struct config_state config; + /* primary protocol state */ const struct proto_handler *proto_handler; struct interface_proto_state *proto; |