Add new config metrics
[hdmi-switcher.git] / config.h
index 625ff63..b101b84 100644 (file)
--- a/config.h
+++ b/config.h
@@ -3,6 +3,10 @@
 typedef struct
 {
     int credit_value;
+    int external_timer;
+    int sync_switch;
+    int sync_switch_delay;
+    int default_switch_state;
 //    const char* name;
 //    const char* email;
 } configuration;