Concurrent starting concurrent eqstream

This commit is contained in:
KimLS
2019-03-30 12:32:26 -07:00
parent 21a39db1c6
commit ac6291f80b
4 changed files with 101 additions and 0 deletions
+4
View File
@@ -79,6 +79,7 @@ SET(common_sources
net/crc32.cpp
net/daybreak_connection.cpp
net/eqstream.cpp
net/eqstream_concurrent.cpp
net/packet.cpp
net/servertalk_client_connection.cpp
net/servertalk_legacy_client_connection.cpp
@@ -222,6 +223,7 @@ SET(common_headers
net/dns.h
net/endian.h
net/eqstream.h
net/eqstream_concurrent.h
net/packet.h
net/servertalk_client_connection.h
net/servertalk_legacy_client_connection.h
@@ -294,6 +296,8 @@ SOURCE_GROUP(Net FILES
net/eqmq.h
net/eqstream.cpp
net/eqstream.h
net/eqstream_concurrent.cpp
net/eqstream_concurrent.h
net/packet.cpp
net/packet.h
net/servertalk_client_connection.cpp