summaryrefslogtreecommitdiff
path: root/mblock/src/lib/mb_runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mblock/src/lib/mb_runtime.cc')
-rw-r--r--mblock/src/lib/mb_runtime.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mblock/src/lib/mb_runtime.cc b/mblock/src/lib/mb_runtime.cc
index fa762270b..34a0af358 100644
--- a/mblock/src/lib/mb_runtime.cc
+++ b/mblock/src/lib/mb_runtime.cc
@@ -24,12 +24,12 @@
#endif
#include <mb_runtime.h>
-#include <mb_runtime_single_threaded.h>
+#include <mb_runtime_thread_per_mblock.h>
mb_runtime_sptr
mb_make_runtime()
{
- return mb_runtime_sptr(new mb_runtime_single_threaded());
+ return mb_runtime_sptr(new mb_runtime_thread_per_mblock());
}
mb_runtime::~mb_runtime()