mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Style
This commit is contained in:
parent
df09a5cac9
commit
eb0847e2b6
@ -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.
|
||||
|
@ -11,6 +11,7 @@ namespace DB
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int EPOLL_ERROR;
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
Epoll::Epoll() : events_count(0)
|
||||
|
Loading…
Reference in New Issue
Block a user