Merge pull request #72 from mabrand/fix3
windows build fix: add missing member declaration
This commit is contained in:
commit
4cf7e02132
@ -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