X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fredis%2Fdatabaseinfo.hpp;h=270c3284f11d71b4c9d71de0c77910e9a17accd4;hb=HEAD;hp=670a88023b129070a0a4ee6a2583c0e4c9a97389;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/include/private/redis/databaseinfo.hpp b/include/private/redis/databaseinfo.hpp index 670a880..270c328 100644 --- a/include/private/redis/databaseinfo.hpp +++ b/include/private/redis/databaseinfo.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_DATABASEINFO_HPP_ #define SHAREDDATALAYER_REDIS_DATABASEINFO_HPP_ @@ -38,6 +43,7 @@ namespace shareddatalayer enum class Discovery { HIREDIS, + SENTINEL }; DatabaseConfiguration::Addresses hosts;