Replace deprecated SDL APIs
[ric-plt/rtmgr.git] / pkg / rtmgr / types.go
index b9b9604..f9a356c 100644 (file)
@@ -156,3 +156,6 @@ type XappList struct {
 var (
        Rtmgr_ready bool
 )
+
+//To encapsulate routing-manager's keys under their own namespace in a DB
+const RTMGR_SDL_NS string = "rtmgr"