aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/driver_lib/run/factories.h
diff options
context:
space:
mode:
Diffstat (limited to 'ydb/core/driver_lib/run/factories.h')
-rw-r--r--ydb/core/driver_lib/run/factories.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/driver_lib/run/factories.h b/ydb/core/driver_lib/run/factories.h
index e87e4e8cda..492f3b6a92 100644
--- a/ydb/core/driver_lib/run/factories.h
+++ b/ydb/core/driver_lib/run/factories.h
@@ -2,6 +2,7 @@
#include <ydb/core/blobstorage/pdisk/blobstorage_pdisk_util_devicemode.h>
#include <ydb/core/kqp/common/kqp.h>
#include <ydb/core/tx/datashard/export_iface.h>
+#include <ydb/core/tx/replication/service/transfer_writer_factory.h>
#include <ydb/core/tx/schemeshard/schemeshard_operation_factory.h>
#include <ydb/core/persqueue/actor_persqueue_client_iface.h>
#include <ydb/core/protos/auth.pb.h>
@@ -53,6 +54,7 @@ struct TModuleFactories {
TGrpcServiceFactory GrpcServiceFactory;
std::shared_ptr<NPQ::IPersQueueMirrorReaderFactory> PersQueueMirrorReaderFactory;
+ std::shared_ptr<NReplication::NService::ITransferWriterFactory> TransferWriterFactory;
/// Factory for pdisk's aio engines
std::shared_ptr<NPDisk::IIoContextFactory> IoContextFactory;