X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=include%2Fprivate%2Fredis%2Fasynccommanddispatcher.hpp;h=8df16af8452ce65c5612da08074619a5b408787d;hb=HEAD;hp=a94975e298f226a006031643ec0b0e61aab666c7;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/include/private/redis/asynccommanddispatcher.hpp b/include/private/redis/asynccommanddispatcher.hpp index a94975e..8df16af 100644 --- a/include/private/redis/asynccommanddispatcher.hpp +++ b/include/private/redis/asynccommanddispatcher.hpp @@ -14,6 +14,11 @@ 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, bool usePermanentCommandCallbacks, - std::shared_ptr logger); + std::shared_ptr logger, + bool usedForSentinel); protected: AsyncCommandDispatcher() = default;