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

vsock/conn: don't use struct embedding #15

Closed aybabtme closed 6 years ago

aybabtme commented 6 years ago

No reason to do it and only possibly a source of bugs.