update
This commit is contained in:
parent
c96bad59a5
commit
059b435561
@ -11,7 +11,7 @@ import (
|
||||
type Clerk struct {
|
||||
clnt *tester.Clnt
|
||||
servers []string
|
||||
leader int // last successful leader (index into servers[])
|
||||
// You will have to modify this struct.
|
||||
}
|
||||
|
||||
func MakeClerk(clnt *tester.Clnt, servers []string) *Clerk {
|
||||
|
@ -14,10 +14,10 @@ import (
|
||||
|
||||
|
||||
type KVServer struct {
|
||||
gid tester.Tgid
|
||||
me int
|
||||
dead int32 // set by Kill()
|
||||
rsm *rsm.RSM
|
||||
gid tester.Tgid
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user