We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11640a6 commit fb1574fCopy full SHA for fb1574f
pkg/hypervisor/device/accelerator.go
@@ -225,8 +225,8 @@ type SnapshotContext struct {
225
var (
226
libHandle uintptr
227
// DeviceInfo APIs
228
- accelInit func() Result
229
- accelShutdown func() Result
+ accelInit func() Result
+ accelShutdown func() Result
230
getDeviceCount func(*uintptr) Result
231
getAllDevices func(*ExtendedDeviceInfo, uintptr, *uintptr) Result
232
getAllDevicesTopology func(*ExtendedDeviceTopology) Result
0 commit comments