X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;fp=config.h;h=9a5cc571f50a6868623a88370d6a39afa9c0f777;hp=5a006cad29054c919f2f629917eb88d4c2abb748;hb=94959e83930c70e3e91931e1fb1f9c0ec4a6f374;hpb=4934a0983fee26765a3c1a5b6bf5834ba6e7e52c diff --git a/config.h b/config.h index 5a006ca..9a5cc57 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,7 @@ struct UDPStreamConfig { int multicast_iface_index; // Default is -1 (use operating system default). }; -struct PingConfig { +struct Gen204Config { std::string url; // As seen by the client. std::string allow_origin; // Can be empty. }; @@ -45,7 +45,7 @@ struct Config { int num_servers; std::vector streams; std::vector udpstreams; - std::vector pings; + std::vector pings; std::vector acceptors; std::vector log_destinations;