Add extra line about src files are part of RIC platform project
[ric-plt/sdl.git] / include / private / redis / databaseinfo.hpp
index 670a880..270c328 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_DATABASEINFO_HPP_
 #define SHAREDDATALAYER_REDIS_DATABASEINFO_HPP_
 
@@ -38,6 +43,7 @@ namespace shareddatalayer
             enum class Discovery
             {
                 HIREDIS,
+                SENTINEL
             };
 
             DatabaseConfiguration::Addresses hosts;