Annotate checklocks for Route.neighborEntry

PiperOrigin-RevId: 479623142
This commit is contained in:
Ghanan Gowripalan
2022-10-07 11:01:31 -07:00
committed by gVisor bot
parent 76d800d410
commit c1e03c23aa
+1
View File
@@ -53,6 +53,7 @@ type Route struct {
// neighborEntry is the cached result of fetching a neighbor entry from the
// neighbor cache.
// +checklocks:mu
neighborEntry *neighborEntry
}