mirror of https://github.com/Icinga/icinga2.git
Adjust IoEngine usage
This commit is contained in:
parent
9f077e8216
commit
9a3ab8c547
|
@ -40,7 +40,7 @@ using namespace icinga;
|
|||
namespace asio = boost::asio;
|
||||
|
||||
RedisConnection::RedisConnection(const String host, const int port, const String path, const String password, const int db) :
|
||||
RedisConnection(IoEngine::Get().GetIoService(), host, port, path, password, db)
|
||||
RedisConnection(IoEngine::Get().GetIoContext(), host, port, path, password, db)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue