Searched defs:HubConnector (Results 1 – 1 of 1) sorted by relevance
33 type HubConnector struct { struct34 mgr HubManagerView35 cfg *mgrconfig.Config36 target *prog.Target37 stats *Stats38 enabledCalls []int39 fresh bool40 hubCorpus map[hash.Sig]bool41 newRepros [][]byte42 hubReproQueue chan *Crash[all …]