From 34a1a4bad31ba6f138cd6a98249c774ff66285d1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 10 Oct 2011 19:12:43 +0200 Subject: add interface uptime to the status info --- interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'interface.h') 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; -- cgit v1.2.3