StopNotify unblocks when a member stop completes
()
| 1257 | |
| 1258 | // StopNotify unblocks when a member stop completes |
| 1259 | func (m *Member) StopNotify() <-chan struct{} { |
| 1260 | return m.Server.StopNotify() |
| 1261 | } |
| 1262 | |
| 1263 | // Restart starts the member using the preserved data dir. |
| 1264 | func (m *Member) Restart(t testutil.TB) error { |
no outgoing calls