diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-28 02:30:20 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-28 02:30:20 +0000 |
commit | aed22b4e8aefe49593475db79c1b12d085d839f8 (patch) | |
tree | 85799ccbf584a2e7f9f9dc85f03e123517981d06 /pkg/tcpip | |
parent | 5df75d5fa6e9ded2ab19b56473f4baebef48edbd (diff) | |
parent | 421e35020bbca240d8f1cb5a2a3efd39750c4589 (diff) |
Merge release-20200818.0-78-g421e35020 (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index 06d11f0e1..e0595429c 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -1,12 +1,12 @@ package tun import ( + "fmt" + "runtime" "sync/atomic" - "fmt" "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" - "runtime" ) // ownerType is used to customize logging. Note that we use a pointer to T so |