Taking old commit for releasing image
[ric-plt/rtmgr.git] / pkg / rtmgr / types.go
index 2846173..958ad6d 100644 (file)
@@ -53,7 +53,6 @@ type Endpoint struct {
        Socket     interface{}
        IsReady    bool
        Keepalive  bool
-       Whid       int
 }
 
 type RouteTableEntry struct {
@@ -136,7 +135,3 @@ type XappList struct {
         SubscriptionID  uint16
        FqdnList []FqDn
 }
-
-var (
-       Rtmgr_ready bool
-)