RIC:1060: Change in PTL
[ric-plt/sdl.git] / include / private / redis / asynccommanddispatcher.hpp
index a94975e..8df16af 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_ASYNCCOMMANDDISPATCHER_HPP_
 #define SHAREDDATALAYER_REDIS_ASYNCCOMMANDDISPATCHER_HPP_
 
@@ -66,7 +71,8 @@ namespace shareddatalayer
                                                                   const DatabaseInfo& databaseInfo,
                                                                   std::shared_ptr<ContentsBuilder> contentsBuilder,
                                                                   bool usePermanentCommandCallbacks,
-                                                                  std::shared_ptr<Logger> logger);
+                                                                  std::shared_ptr<Logger> logger,
+                                                                  bool usedForSentinel);
 
         protected:
             AsyncCommandDispatcher() = default;