mirror of
https://github.com/talent-plan/tinykv.git
synced 2026-08-19 04:53:28 +08:00
Update comments for Server.Latches (#427)
Project4A does not need `Server.Latches`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user