diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-10 19:12:43 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-10 19:12:43 +0200 |
commit | 34a1a4bad31ba6f138cd6a98249c774ff66285d1 (patch) | |
tree | 0e6f0b0af6edbb66490145b47fc5b60c9d58608c /interface.h | |
parent | 3085170188cc5bf04f4cfb6f07c292e06d2b40a8 (diff) |
add interface uptime to the status info
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 4d53c83..0e81304 100644 --- a/interface.h +++ b/interface.h @@ -48,6 +48,7 @@ struct interface { bool autostart; bool config_autostart; + time_t start_time; enum interface_state state; enum interface_config_state config_state; |