cloudbase / wnbd

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

libwnbd: pin structure sizes #36

Closed petrutlucian94 closed 3 years ago

petrutlucian94 commented 3 years ago

We're going to add structure size assertions to ensure that we aren't breaking backwards compatibility by mistake.

This is also helps spotting portability issues as other compilers might use different structure layouts, especially when having bitfields.

Signed-off-by: Lucian Petrut lpetrut@cloudbasesolutions.com

aserdean commented 3 years ago

Acked-by: Alin Gabriel Serdean aserdean@cloudbasesolutions.com