Multiple DBAAS Redis Sentinel groups
[ric-plt/sdl.git] / include / private / redis / asyncdatabasediscovery.hpp
index 47aeba5..813d658 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #ifndef SHAREDDATALAYER_REDIS_ASYNCDATABASEDISCOVERY_HPP_
 #define SHAREDDATALAYER_REDIS_ASYNCDATABASEDISCOVERY_HPP_
 
@@ -66,6 +71,7 @@ namespace shareddatalayer
             static std::shared_ptr<AsyncDatabaseDiscovery> create(std::shared_ptr<Engine> engine,
                                                                   const boost::optional<Namespace>& ns,
                                                                   const DatabaseConfiguration& staticDatabaseConfiguration,
+                                                                  const boost::optional<std::size_t>& addressIndex,
                                                                   std::shared_ptr<Logger> logger);
 
         protected: