Skip to content

Commit 3158c9b

Browse files
committed
MB-36956: Move CB3ExecutorPool to own files
Move the CB3ExecutorPool class from executorpool.{cc,h} to it's own cb3_executorpool.{cc,h} files. Change-Id: Ie7287f7d941e060e5a83938ff82052a56c1a8dd4 Reviewed-on: http://review.couchbase.org/c/kv_engine/+/133513 Reviewed-by: Jim Walker <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent 04ca600 commit 3158c9b

File tree

10 files changed

+1268
-1212
lines changed

10 files changed

+1268
-1212
lines changed

engines/ep/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ ADD_LIBRARY(ep_objs OBJECT
236236
src/bloomfilter.cc
237237
src/bucket_logger.cc
238238
src/callbacks.cc
239+
src/cb3_executorpool.cc
239240
src/checkpoint.cc
240241
src/checkpoint_config.cc
241242
src/checkpoint_manager.cc

0 commit comments

Comments
 (0)