This is an automated email from the ASF dual-hosted git repository.

adebreceni pushed a commit to branch MINIFICPP-2669
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/MINIFICPP-2669 by this push:
     new 6eda0e975 MINIFICPP-2669 - Fix build
6eda0e975 is described below

commit 6eda0e97538bd14b6401e437fc244f1c1748cbb4
Author: Adam Debreceni <[email protected]>
AuthorDate: Tue Feb 10 14:29:16 2026 +0100

    MINIFICPP-2669 - Fix build
---
 extensions/rocksdb-repos/FlowFileLoader.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/rocksdb-repos/FlowFileLoader.h 
b/extensions/rocksdb-repos/FlowFileLoader.h
index 99160ed45..51ca2232c 100644
--- a/extensions/rocksdb-repos/FlowFileLoader.h
+++ b/extensions/rocksdb-repos/FlowFileLoader.h
@@ -51,7 +51,7 @@ class FlowFileLoader {
  private:
   utils::TaskRescheduleInfo loadImpl(const std::vector<SwappedFlowFile>& 
flow_files, const std::shared_ptr<std::promise<FlowFilePtrVec>>& output);
 
-  utils::ThreadPool thread_pool_{thread_count_, nullptr, 
"FlowFileLoaderThreadPool"};
+  utils::ThreadPool thread_pool_{thread_count_, "FlowFileLoaderThreadPool"};
 
   gsl::not_null<minifi::internal::RocksDatabase*> db_;
 

Reply via email to