From a2bc078dd3187752d18163266ccbf6c40803d5c9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 12 Jul 2012 23:28:22 +0200 Subject: add simple device config params to interface blob attributes, and add a flag that indicates if it is present --- interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'interface.h') diff --git a/interface.h b/interface.h index 6724bb9..efd3560 100644 --- a/interface.h +++ b/interface.h @@ -86,6 +86,7 @@ struct interface { bool available; bool autostart; bool config_autostart; + bool device_config; time_t start_time; enum interface_state state; -- cgit v1.2.1