]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/ctx.go
Yggdrasil overlay transport
[nncp.git] / src / ctx.go
index 655c3e9bce07052a6469e5dfa82e1fc4a42134be..c6f77c86876f644b27a8a69a3966e5ef5b0948f2 100644 (file)
@@ -51,6 +51,8 @@ type Ctx struct {
 
        MCDRxIfis []string
        MCDTxIfis map[string]int
+
+       YggdrasilAliases map[string]string
 }
 
 func (ctx *Ctx) FindNode(id string) (*Node, error) {