summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-12 23:28:22 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-07-12 23:38:40 +0200
commita2bc078dd3187752d18163266ccbf6c40803d5c9 (patch)
tree9e3dad8cf1cf23b3bde05a6ec485d60bd5b77d4f /interface.h
parente4285cdc1bda303b01bbf2a43340d3f40f477820 (diff)
downloadnetifd-a2bc078dd3187752d18163266ccbf6c40803d5c9.tar.gz
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.h1
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;