mirror of
https://github.com/mudler/luet.git
synced 2025-09-09 19:19:49 +00:00
🔧 Update modules
This commit is contained in:
4
vendor/github.com/Microsoft/hcsshim/internal/hcs/callback.go
generated
vendored
4
vendor/github.com/Microsoft/hcsshim/internal/hcs/callback.go
generated
vendored
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
var (
|
||||
nextCallback uintptr
|
||||
callbackMap = map[uintptr]*notifcationWatcherContext{}
|
||||
callbackMap = map[uintptr]*notificationWatcherContext{}
|
||||
callbackMapLock = sync.RWMutex{}
|
||||
|
||||
notificationWatcherCallback = syscall.NewCallback(notificationWatcher)
|
||||
@@ -87,7 +87,7 @@ func (hn hcsNotification) String() string {
|
||||
|
||||
type notificationChannel chan error
|
||||
|
||||
type notifcationWatcherContext struct {
|
||||
type notificationWatcherContext struct {
|
||||
channels notificationChannels
|
||||
handle vmcompute.HcsCallback
|
||||
|
||||
|
Reference in New Issue
Block a user