diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-26 19:33:46 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-26 19:33:46 +0000 |
commit | 821e23d65cde88a75af72b889bf7dfa61a40b3a3 (patch) | |
tree | 314f87457d9a364dd6506b27a87ad87a11031efb /pkg/tcpip | |
parent | 1e9046264913b0ba4c6232f9063adc81984fef7a (diff) | |
parent | 366f1a8f16077da16df6dfdb411f3b7fb2493a0d (diff) |
Merge release-20200818.0-60-g366f1a8f1 (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..e0595429c 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -2,10 +2,11 @@ package tun import ( "fmt" - "gvisor.dev/gvisor/pkg/log" - 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 |