This commit is contained in:
Pavel Kruglov 2021-02-15 17:44:05 +03:00
parent df09a5cac9
commit eb0847e2b6
2 changed files with 2 additions and 1 deletions

View File

@ -307,7 +307,7 @@ HedgedConnectionsFactory::State HedgedConnectionsFactory::processEpollEvents(boo
continue;
}
/// Get ready descriptor fro epoll.
/// Get ready descriptor from epoll.
event_fd = getReadyFileDescriptor(blocking);
/// Check if there is no events.

View File

@ -11,6 +11,7 @@ namespace DB
namespace ErrorCodes
{
extern const int EPOLL_ERROR;
extern const int LOGICAL_ERROR;
}
Epoll::Epoll() : events_count(0)