mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Style
This commit is contained in:
parent
df09a5cac9
commit
eb0847e2b6
@ -307,7 +307,7 @@ HedgedConnectionsFactory::State HedgedConnectionsFactory::processEpollEvents(boo
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get ready descriptor fro epoll.
|
/// Get ready descriptor from epoll.
|
||||||
event_fd = getReadyFileDescriptor(blocking);
|
event_fd = getReadyFileDescriptor(blocking);
|
||||||
|
|
||||||
/// Check if there is no events.
|
/// Check if there is no events.
|
||||||
|
@ -11,6 +11,7 @@ namespace DB
|
|||||||
namespace ErrorCodes
|
namespace ErrorCodes
|
||||||
{
|
{
|
||||||
extern const int EPOLL_ERROR;
|
extern const int EPOLL_ERROR;
|
||||||
|
extern const int LOGICAL_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
Epoll::Epoll() : events_count(0)
|
Epoll::Epoll() : events_count(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user