X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fctx.go;h=c6f77c86876f644b27a8a69a3966e5ef5b0948f2;hb=0ed43747344437800094782e78313b1c41c2cc1c;hp=655c3e9bce07052a6469e5dfa82e1fc4a42134be;hpb=0367cce2741e1ce6a89a49fd5c4e9df6005c9744;p=nncp.git 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) {