diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-15 21:58:34 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-15 21:58:34 +0000 |
commit | 0c8d10699e1bf4f4f1e6f9fb7fdd4ec1a961daf3 (patch) | |
tree | d9c266cb2ab8821481a7b2192ea1d00f903c3a8c /pkg/tcpip | |
parent | 13ae2c44c4ad37021e248c184ed2a4f7efa4d0c7 (diff) | |
parent | a004f0d082458ce98114b59a3e5d41c2e74541d6 (diff) |
Merge release-20200907.0-51-ga004f0d08 (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index 9a38142f5..895a577ce 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -1,11 +1,12 @@ package tun import ( + "runtime" + "sync/atomic" + "fmt" "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" - "runtime" - "sync/atomic" ) // ownerType is used to customize logging. Note that we use a pointer to T so |