X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fredis%2Fasynccommanddispatcher.hpp;h=13633b7500dabadacb0c54fcaa7eff5888887931;hb=8324d029ce006509ddbc605446d05987c17e0368;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..13633b7 100644 --- a/include/private/redis/asynccommanddispatcher.hpp +++ b/include/private/redis/asynccommanddispatcher.hpp @@ -66,7 +66,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;