mdlayher / vsock

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
MIT License
336 stars 65 forks source link

ioctl_linux: pass *uint32 as an argument to enable testing the resulting context ID #1

Closed mdlayher closed 7 years ago

mdlayher commented 7 years ago

Since go vet didn't like my unsafe.Pointer magic, I'll have to rework things in the way that zeebo suggested on Slack.