summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/test_harness/workload_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/test_harness/workload_generator.h')
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/test_harness/workload_generator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/test_harness/workload_generator.h b/src/third_party/wiredtiger/test/cppsuite/test_harness/workload_generator.h
index e29410f6116..78950b18677 100644
--- a/src/third_party/wiredtiger/test/cppsuite/test_harness/workload_generator.h
+++ b/src/third_party/wiredtiger/test/cppsuite/test_harness/workload_generator.h
@@ -48,7 +48,7 @@ namespace test_harness {
*/
class operation_config {
public:
- operation_config(configuration *config, thread_type type);
+ explicit operation_config(configuration *config, thread_type type);
/* Returns a function pointer to the member function of the supplied database operation. */
std::function<void(test_harness::thread_context *)> get_func(database_operation *dbo);
@@ -64,7 +64,7 @@ class operation_config {
*/
class workload_generator : public component {
public:
- workload_generator(configuration *configuration, database_operation *db_operation,
+ explicit workload_generator(configuration *configuration, database_operation *db_operation,
timestamp_manager *timestamp_manager, workload_tracking *tracking, database &database);
~workload_generator();