X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=src%2Fctx.go;h=c6f77c86876f644b27a8a69a3966e5ef5b0948f2;hp=655c3e9bce07052a6469e5dfa82e1fc4a42134be;hb=e068d88291cd45a4d6b748e258077dd6c0ffb9c2;hpb=655146e4ee2bde72c9e8daa1361010fefe016df9 diff --git a/src/ctx.go b/src/ctx.go index 655c3e9..c6f77c8 100644 --- a/src/ctx.go +++ b/src/ctx.go @@ -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) {