mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Disable NameResolver temporarily
This commit is contained in:
@@ -130,9 +130,13 @@ public:
|
||||
, mPhase (0)
|
||||
, mScanTimer (io_service)
|
||||
, mPolicyTimer (io_service)
|
||||
|
||||
// Disable the Resolver since it is broken in this version
|
||||
#if 0
|
||||
, m_resolver (NameResolver::New (
|
||||
io_service,
|
||||
Journal()))
|
||||
#endif
|
||||
{
|
||||
|
||||
}
|
||||
@@ -256,12 +260,19 @@ public:
|
||||
|
||||
void onStop ()
|
||||
{
|
||||
// Disable the Resolver since it is broken in this version
|
||||
#if 0
|
||||
m_resolver->stop_async();
|
||||
#endif
|
||||
}
|
||||
|
||||
void onChildrenStopped ()
|
||||
{
|
||||
// Disable the Resolver since it is broken in this version
|
||||
#if 0
|
||||
m_resolver->stop ();
|
||||
#endif
|
||||
|
||||
// VFALCO TODO Clean this up and do it right, based on sockets
|
||||
stopped();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user