cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Rename ioctl prefix and communication structures #3

Closed aserdean closed 4 years ago

aserdean commented 4 years ago

This PR includes two changes.

One change renames the structure used by the kernel/userspace communication: USER_IN -> CONNECTION_INFO LIST_ENTRY_OUT -> DISK_INFO GET_LIST_OUT -> DISK_INFO_LIST

The second change drops the VM (virtual media) part from the prefix IOCTL_WNBDVM.

aserdean commented 4 years ago

Superseded-by: https://github.com/cloudbase/wnbd/pull/4