mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-25 20:30:30 +08:00
Update comments for Server.Latches (#427)
Project4A does not need `Server.Latches`.
This commit is contained in:
parent
9366a1dbe9
commit
70a9cc68a9
@ -19,7 +19,7 @@ var _ tinykvpb.TinyKvServer = new(Server)
|
||||
type Server struct {
|
||||
storage storage.Storage
|
||||
|
||||
// (Used in 4A/4B)
|
||||
// (Used in 4B)
|
||||
Latches *latches.Latches
|
||||
|
||||
// coprocessor API handler, out of course scope
|
||||
|
Loading…
Reference in New Issue
Block a user