From 2ac0aeeb42ef517743a18224f9f6945c1c77d732 Mon Sep 17 00:00:00 2001 From: Bhasker Hariharan Date: Tue, 21 May 2019 15:23:12 -0700 Subject: Refactor fdbased endpoint dispatcher code. This is in preparation to support an fdbased endpoint that can read/dispatch packets from multiple underlying fds. Updates #231 PiperOrigin-RevId: 249337074 Change-Id: Id7d375186cffcf55ae5e38986e7d605a96916d35 --- pkg/tcpip/link/fdbased/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/tcpip/link/fdbased/BUILD') diff --git a/pkg/tcpip/link/fdbased/BUILD b/pkg/tcpip/link/fdbased/BUILD index 50ce91a4e..cef98c353 100644 --- a/pkg/tcpip/link/fdbased/BUILD +++ b/pkg/tcpip/link/fdbased/BUILD @@ -8,7 +8,9 @@ go_library( "endpoint.go", "endpoint_unsafe.go", "mmap.go", + "mmap_amd64.go", "mmap_amd64_unsafe.go", + "packet_dispatchers.go", ], importpath = "gvisor.googlesource.com/gvisor/pkg/tcpip/link/fdbased", visibility = [ -- cgit v1.2.3