update
This commit is contained in:
parent
059b435561
commit
d21b9ffe74
@ -19,6 +19,7 @@ type KVServer struct {
|
||||
rsm *rsm.RSM
|
||||
gid tester.Tgid
|
||||
|
||||
// Your code here
|
||||
}
|
||||
|
||||
|
||||
@ -97,5 +98,6 @@ func StartServerShardGrp(servers []*labrpc.ClientEnd, gid tester.Tgid, me int, p
|
||||
kv.rsm = rsm.MakeRSM(servers, me, persister, maxraftstate, kv)
|
||||
|
||||
// Your code here
|
||||
|
||||
return []tester.IService{kv, kv.rsm.Raft()}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user