mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-01-13 13:50:43 +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 {
|
type Server struct {
|
||||||
storage storage.Storage
|
storage storage.Storage
|
||||||
|
|
||||||
// (Used in 4A/4B)
|
// (Used in 4B)
|
||||||
Latches *latches.Latches
|
Latches *latches.Latches
|
||||||
|
|
||||||
// coprocessor API handler, out of course scope
|
// coprocessor API handler, out of course scope
|
||||||
|
Loading…
Reference in New Issue
Block a user