mirror of
https://github.com/XRPLF/clio.git
synced 2026-08-23 13:40:52 +00:00
remove _ from public member (#1217)
This commit is contained in:
@@ -44,11 +44,11 @@ namespace http = boost::beast::http;
|
||||
struct ConnectionBase : public util::Taggable {
|
||||
protected:
|
||||
boost::system::error_code ec_;
|
||||
bool isAdmin_ = false;
|
||||
|
||||
public:
|
||||
std::string const clientIp;
|
||||
bool upgraded = false;
|
||||
bool isAdmin_ = false;
|
||||
boost::signals2::signal<void(ConnectionBase*)> onDisconnect;
|
||||
std::uint32_t apiSubVersion = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user