]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/ctx.go
Multicast areas
[nncp.git] / src / ctx.go
index fb26185fbb3af9e4ee6024f8af805d1c2c2e7ee2..63d1fc27353dac5682fee2ce24b0d0adde87fdf9 100644 (file)
@@ -36,6 +36,9 @@ type Ctx struct {
        Neigh  map[NodeId]*Node
        Alias  map[string]*NodeId
 
+       AreaId2Area map[AreaId]*Area
+       AreaName2Id map[string]*AreaId
+
        Spool      string
        LogPath    string
        UmaskForce *int