X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FConfig.hpp;h=d584766b48ad9bbbbf564ddc74d15e3894652a6f;hb=b07f3c123fff221edeffb4864bab7db88d0d1f4d;hp=5261a44281334c180b63b0889710c867a54d8c03;hpb=20d0a76d2519c71009c3b3babec0df27529f8142;p=blank.git diff --git a/src/app/Config.hpp b/src/app/Config.hpp index 5261a44..d584766 100644 --- a/src/app/Config.hpp +++ b/src/app/Config.hpp @@ -30,6 +30,7 @@ struct Config { std::string host = "localhost"; std::uint16_t port = 12354; + std::uint16_t cmd_port = 0; } net;