File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ set(TRANTOR_SOURCES
57
57
trantor/net/InetAddress.cc
58
58
trantor/net/TcpClient.cc
59
59
trantor/net/TcpServer.cc
60
+ trantor/net/Channel.cc
60
61
trantor/net/inner/Acceptor.cc
61
- trantor/net/inner/Channel.cc
62
62
trantor/net/inner/Connector.cc
63
63
trantor/net/inner/Poller.cc
64
64
trantor/net/inner/Socket.cc
@@ -118,7 +118,8 @@ set(public_net_headers
118
118
trantor/net/TcpConnection.h
119
119
trantor/net/TcpServer.h
120
120
trantor/net/callbacks.h
121
- trantor/net/Resolver.h )
121
+ trantor/net/Resolver.h
122
+ trantor/net/Channel.h )
122
123
123
124
set (public_utils_headers
124
125
trantor/utils/AsyncFileLogger.h
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
// Author: Tao An
7
7
8
8
#include " AresResolver.h"
9
- #include < trantor/net/inner/ Channel.h>
9
+ #include < trantor/net/Channel.h>
10
10
#include < ares.h>
11
11
#ifdef _WIN32
12
12
#include < winsock2.h>
You can’t perform that action at this time.
0 commit comments