From c1e03c23aa1d7e48341979055aa503ea00ca730b Mon Sep 17 00:00:00 2001 From: Ghanan Gowripalan Date: Fri, 7 Oct 2022 10:58:49 -0700 Subject: [PATCH] Annotate checklocks for Route.neighborEntry PiperOrigin-RevId: 479623142 --- pkg/tcpip/stack/route.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/tcpip/stack/route.go b/pkg/tcpip/stack/route.go index 4d4c01898..8d77ab078 100644 --- a/pkg/tcpip/stack/route.go +++ b/pkg/tcpip/stack/route.go @@ -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 }