diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-07-12 23:28:22 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-07-12 23:38:40 +0200 |
commit | a2bc078dd3187752d18163266ccbf6c40803d5c9 (patch) | |
tree | 9e3dad8cf1cf23b3bde05a6ec485d60bd5b77d4f /interface.h | |
parent | e4285cdc1bda303b01bbf2a43340d3f40f477820 (diff) |
add simple device config params to interface blob attributes, and add a flag that indicates if it is present
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |