Skip to content

Commit cff032f

Browse files
committed
fix-windows
Signed-off-by: Andrew Thornton <[email protected]>
1 parent a5b2de5 commit cff032f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/graceful/manager_windows.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ type Manager struct {
3636
isChild bool
3737
lock *sync.RWMutex
3838
state state
39-
shutdown context.Context
40-
hammer context.Context
41-
terminate context.Context
42-
done context.Context
43-
shutdownCancel context.CancelFunc
44-
hammerCancel context.CancelFunc
45-
terminateCancel context.CancelFunc
46-
doneCancel context.CancelFunc
39+
shutdownCtx context.Context
40+
hammerCtx context.Context
41+
terminateCtx context.Context
42+
doneCtx context.Context
43+
shutdownCtxCancel context.CancelFunc
44+
hammerCtxCancel context.CancelFunc
45+
terminateCtxCancel context.CancelFunc
46+
doneCtxCancel context.CancelFunc
4747
runningServerWaitGroup sync.WaitGroup
4848
createServerWaitGroup sync.WaitGroup
4949
terminateWaitGroup sync.WaitGroup

0 commit comments

Comments
 (0)