(call string, ctx *ipc.Context)
| 67 | } |
| 68 | |
| 69 | func (s *SeesawEngine) trace(call string, ctx *ipc.Context) { |
| 70 | log.V(2).Infof("SeesawEngine.%s called by %v", call, ctx) |
| 71 | } |
| 72 | |
| 73 | // Failover requests the Seesaw Engine to relinquish master state. |
| 74 | func (s *SeesawEngine) Failover(ctx *ipc.Context, reply *int) error { |
no outgoing calls
no test coverage detected