X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frtmgr%2Ftypes.go;fp=pkg%2Frtmgr%2Ftypes.go;h=284617349124176e818d3159415fd8dde3136201;hb=df23f25ac56eb0076e6e8801bb6080468ccf44b6;hp=958ad6d6a5cec1d696cbc6dcbdb59e672b75b545;hpb=bf0ea182799efa98c5e1b9c894891752848a86ce;p=ric-plt%2Frtmgr.git diff --git a/pkg/rtmgr/types.go b/pkg/rtmgr/types.go index 958ad6d..2846173 100644 --- a/pkg/rtmgr/types.go +++ b/pkg/rtmgr/types.go @@ -53,6 +53,7 @@ type Endpoint struct { Socket interface{} IsReady bool Keepalive bool + Whid int } type RouteTableEntry struct { @@ -135,3 +136,7 @@ type XappList struct { SubscriptionID uint16 FqdnList []FqDn } + +var ( + Rtmgr_ready bool +)