X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fctx.go;h=8a1146e2b5651f44731cfe7de792ff3388c906a9;hb=2c00ac2b448c4c267e25d3bac91c2d7dc1c01aef;hp=1cee1a2ed7b16ee16464b7ca39c422cfdfc615d3;hpb=aa9595835a7c23d83906da6570be5a68e1070905;p=nncp.git diff --git a/src/ctx.go b/src/ctx.go index 1cee1a2..8a1146e 100644 --- a/src/ctx.go +++ b/src/ctx.go @@ -42,6 +42,7 @@ type Ctx struct { Debug bool NotifyFile *FromToJSON NotifyFreq *FromToJSON + NotifyExec map[string]*FromToJSON } func (ctx *Ctx) FindNode(id string) (*Node, error) {