etcdserver: collect error from errorc

This commit is contained in:
Xiang Li
2015-01-02 20:00:29 -08:00
parent d719bc0e29
commit 15be030aaa
6 changed files with 42 additions and 54 deletions

View File

@ -1370,6 +1370,5 @@ func (s *nopTransporter) AddPeer(id types.ID, us []string) {}
func (s *nopTransporter) RemovePeer(id types.ID) {}
func (s *nopTransporter) UpdatePeer(id types.ID, us []string) {}
func (s *nopTransporter) Stop() {}
func (s *nopTransporter) ShouldStopNotify() <-chan struct{} { return nil }
func (s *nopTransporter) Pause() {}
func (s *nopTransporter) Resume() {}