diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-28 21:42:57 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-28 21:42:57 +0000 |
commit | 8ea00f4541a0ec977d367837b8c752fddfbeadd4 (patch) | |
tree | b0b65b731bb0727550343b090250a84df72b1a08 /pkg/tcpip/link | |
parent | 62daea73a85389e465e8b53a0dce9ac1f080e049 (diff) | |
parent | d5787f628c40624db4d9d2a970f7e672bb006852 (diff) |
Merge release-20200818.0-85-gd5787f628 (automated)
Diffstat (limited to 'pkg/tcpip/link')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index e0595429c..7f80b1fa3 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -2,11 +2,11 @@ package tun import ( "fmt" + refs_vfs1 "gvisor.dev/gvisor/pkg/refs" "runtime" "sync/atomic" "gvisor.dev/gvisor/pkg/log" - refs_vfs1 "gvisor.dev/gvisor/pkg/refs" ) // ownerType is used to customize logging. Note that we use a pointer to T so |