diff Framework/Plugins/IndexConnectionsPool.h @ 403:91124cc8a8c7 db-protobuf

database plugins are informed about the identifier tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Apr 2023 11:10:19 +0200
parents 3d6886f3e5b3
children de6de66d70b2
line wrap: on
line diff
--- a/Framework/Plugins/IndexConnectionsPool.h	Sat Apr 08 10:26:03 2023 +0200
+++ b/Framework/Plugins/IndexConnectionsPool.h	Tue Apr 11 11:10:19 2023 +0200
@@ -22,6 +22,7 @@
 
 #pragma once
 
+#include "IdentifierTag.h"
 #include "IndexBackend.h"
 
 #include <MultiThreading/SharedMessageQueue.h>
@@ -53,7 +54,8 @@
       return context_;
     }
 
-    void OpenConnections();
+    void OpenConnections(bool hasIdentifierTags,
+                         const std::list<IdentifierTag>& identifierTags);
 
     void CloseConnections();