From 37677f155739639e414c1113e22db524cd93715b Mon Sep 17 00:00:00 2001 From: maxried Date: Mon, 14 Sep 2015 19:59:27 +0200 Subject: [PATCH] --html-dir --- dump1090.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dump1090.h b/dump1090.h index c175bea..23ece25 100644 --- a/dump1090.h +++ b/dump1090.h @@ -325,6 +325,7 @@ struct { // Internal state int interactive_rtl1090; // flight table in interactive mode is formatted like RTL1090 char *json_dir; // Path to json base directory, or NULL not to write json. uint64_t json_interval; // Interval between rewriting the json aircraft file, in milliseconds; also the advertised map refresh interval + char *html_dir; // Path to www base directory. int json_location_accuracy; // Accuracy of location metadata: 0=none, 1=approx, 2=exact int throttle; // When reading from a file, throttle file playback to realtime?