eliminate cost field

This commit is contained in:
orignal 2021-04-07 13:05:38 -04:00
parent 5c9b478e46
commit 277cef5ec4
3 changed files with 11 additions and 9 deletions

View file

@ -123,7 +123,7 @@ namespace data
boost::asio::ip::address host;
int port;
uint64_t date;
uint8_t cost, caps;
uint8_t caps;
bool published = false;
std::unique_ptr<SSUExt> ssu; // not null for SSU
std::unique_ptr<NTCP2Ext> ntcp2; // not null for NTCP2