mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
adds get_io_service to asio transport
This commit is contained in:
@@ -303,6 +303,10 @@ public:
|
||||
h(lib::error_code());
|
||||
}
|
||||
}
|
||||
|
||||
boost::asio::io_service& get_io_service() {
|
||||
return *m_io_service;
|
||||
}
|
||||
protected:
|
||||
/// Initialize logging
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user