windows build fix: add missing member declaration
This commit is contained in:
parent
bbfdcc36a0
commit
3f938d9e4a
@ -73,6 +73,7 @@ public:
|
||||
const string getPeerAddress() const;
|
||||
|
||||
shared_ptr <net::timeoutHandler> getTimeoutHandler();
|
||||
shared_ptr <net::tracer> m_tracer;
|
||||
|
||||
void setTracer(shared_ptr <net::tracer> tracer);
|
||||
shared_ptr <net::tracer> getTracer();
|
||||
|
Loading…
Reference in New Issue
Block a user