This is an automated email from the ASF dual-hosted git repository. jking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push: new 9edecce Build async. protocol processor as part of main thrift library. 9edecce is described below commit 9edecce91a2a32639a222cf82459070c3661074b Author: Stefan Bolus <stefan.bo...@gmx.de> AuthorDate: Wed Jun 6 20:32:52 2018 +0200 Build async. protocol processor as part of main thrift library. --- lib/cpp/CMakeLists.txt | 2 +- lib/cpp/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cpp/CMakeLists.txt b/lib/cpp/CMakeLists.txt index 734af72..1ed0bfa 100755 --- a/lib/cpp/CMakeLists.txt +++ b/lib/cpp/CMakeLists.txt @@ -28,6 +28,7 @@ set( thriftcpp_SOURCES src/thrift/TApplicationException.cpp src/thrift/TOutput.cpp src/thrift/async/TAsyncChannel.cpp + src/thrift/async/TAsyncProtocolProcessor.cpp src/thrift/async/TConcurrentClientSyncInfo.h src/thrift/async/TConcurrentClientSyncInfo.cpp src/thrift/concurrency/ThreadManager.cpp @@ -140,7 +141,6 @@ set( thriftcppnb_SOURCES src/thrift/server/TNonblockingServer.cpp src/thrift/transport/TNonblockingServerSocket.cpp src/thrift/transport/TNonblockingSSLServerSocket.cpp - src/thrift/async/TAsyncProtocolProcessor.cpp src/thrift/async/TEvhttpServer.cpp src/thrift/async/TEvhttpClientChannel.cpp ) diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index ff3be5d..83ccd9b 100755 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -70,6 +70,7 @@ libthrift_la_SOURCES = src/thrift/TApplicationException.cpp \ src/thrift/TOutput.cpp \ src/thrift/VirtualProfiling.cpp \ src/thrift/async/TAsyncChannel.cpp \ + src/thrift/async/TAsyncProtocolProcessor.cpp \ src/thrift/async/TConcurrentClientSyncInfo.cpp \ src/thrift/concurrency/ThreadManager.cpp \ src/thrift/concurrency/TimerManager.cpp \ @@ -116,7 +117,6 @@ libthrift_la_SOURCES += src/thrift/concurrency/Mutex.cpp \ endif libthriftnb_la_SOURCES = src/thrift/server/TNonblockingServer.cpp \ - src/thrift/async/TAsyncProtocolProcessor.cpp \ src/thrift/async/TEvhttpServer.cpp \ src/thrift/async/TEvhttpClientChannel.cpp -- To stop receiving notification emails like this one, please contact jk...@apache.org.