X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fasyncstorageimpl.hpp;fp=include%2Fprivate%2Fasyncstorageimpl.hpp;h=006e22e89fb19121ee0729466c36a4fc178547c2;hb=1c4a605ad92c57118ecb6722bace5501c8918af0;hp=59998330bff57bf2ba4543537f30a642e71ab300;hpb=e94862b3c75c10a1de57ebdb8cf9e9e2567560eb;p=ric-plt%2Fsdl.git diff --git a/include/private/asyncstorageimpl.hpp b/include/private/asyncstorageimpl.hpp index 5999833..006e22e 100644 --- a/include/private/asyncstorageimpl.hpp +++ b/include/private/asyncstorageimpl.hpp @@ -103,6 +103,7 @@ namespace shareddatalayer AsyncStorage& getDummyHandler(); void setAsyncRedisStorageHandlers(const std::string& ns); + void setAsyncRedisStorageHandlersForCluster(const std::string& ns); AsyncStorage& getAsyncRedisStorageHandler(const std::string& ns); }; }