Commit f4b41e71 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 136a3313
......@@ -1416,6 +1416,7 @@ func (wnode *WatchNode) Open(flags uint32, fctx *fuse.Context) (nodefs.File, fus
id: atomic.AddInt32(&wnode.idNext, +1),
head: head,
fileTab: make(map[zodb.Oid]*Watch),
rxTab: make(map[uint64]chan string),
}
// XXX locking
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment