Searched defs:subChannel (Results 1 – 1 of 1) sorted by relevance
194 type subChannel struct { struct195 refName string196 c Channel197 closeCalled bool198 sockets map[int64]string199 id int64200 pid int64201 cm *channelMap204 func (sc *subChannel) addChild(id int64, e entry) {212 func (sc *subChannel) deleteChild(id int64) {[all …]