summaryrefslogtreecommitdiffhomepage
path: root/pkg/flipcall/ctrl_futex.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-11-01 18:47:47 +0000
committergVisor bot <gvisor-bot@google.com>2019-11-01 18:47:47 +0000
commite7f30113e2a244a8acc080097909406688c50236 (patch)
treed624b1cb08d7e4ff4d3301310c75f0063e035828 /pkg/flipcall/ctrl_futex.go
parent3e21d5a619c28d10f8850e3f96ef27958283bdc9 (diff)
parent5694bd080e0e95ba18cbf77038f450fe33b9f8df (diff)
Merge release-20190806.1-360-g5694bd0 (automated)
Diffstat (limited to 'pkg/flipcall/ctrl_futex.go')
-rwxr-xr-xpkg/flipcall/ctrl_futex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/flipcall/ctrl_futex.go b/pkg/flipcall/ctrl_futex.go
index 8390915a2..e7c3a3a0b 100755
--- a/pkg/flipcall/ctrl_futex.go
+++ b/pkg/flipcall/ctrl_futex.go
@@ -113,7 +113,7 @@ func (ep *Endpoint) enterFutexWait() error {
return nil
case epsBlocked | epsShutdown:
atomic.AddInt32(&ep.ctrl.state, -epsBlocked)
- return shutdownError{}
+ return ShutdownError{}
default:
// Most likely due to ep.enterFutexWait() being called concurrently
// from multiple goroutines.