From df13b3ade3f366446033214b3a85228005c014ea Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 5 Sep 2011 06:30:05 +0200 Subject: add config state tracking --- interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface.h') 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; -- cgit v1.2.3