diff options
Diffstat (limited to 'net/tools/quic/quic_client.cc')
-rw-r--r-- | net/tools/quic/quic_client.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc index b57e761..4a61ab4 100644 --- a/net/tools/quic/quic_client.cc +++ b/net/tools/quic/quic_client.cc @@ -25,6 +25,7 @@ #endif namespace net { +namespace tools { const int kEpollFlags = EPOLLIN | EPOLLOUT | EPOLLET; @@ -243,4 +244,5 @@ bool QuicClient::ReadAndProcessPacket() { return true; } +} // namespace tools } // namespace net |