diff --git a/include/mochios/client/options.h b/include/mochios/client/options.h index 623f83e..74b8a79 100644 --- a/include/mochios/client/options.h +++ b/include/mochios/client/options.h @@ -6,11 +6,11 @@ namespace mochios { namespace client { -typedef struct { +struct Connection { std::string host; unsigned short port; unsigned int timeout = 2; -} Connection; +}; } // namespace client