We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33e169 commit f4ef64eCopy full SHA for f4ef64e
java-does-usb/src/main/java/net/codecrete/usb/linux/gen/usbdevice_fs/usbdevfs_urb.java
@@ -51,10 +51,7 @@ public class usbdevfs_urb {
51
usbdevice_fs.C_INT.withName("buffer_length"),
52
usbdevice_fs.C_INT.withName("actual_length"),
53
usbdevice_fs.C_INT.withName("start_frame"),
54
- MemoryLayout.unionLayout(
55
- usbdevice_fs.C_INT.withName("number_of_packets"),
56
- usbdevice_fs.C_INT.withName("stream_id")
57
- ).withName("$anon$126:2"),
+ MemoryLayout.paddingLayout(4),
58
usbdevice_fs.C_INT.withName("error_count"),
59
usbdevice_fs.C_INT.withName("signr"),
60
usbdevice_fs.C_POINTER.withName("usercontext"),
0 commit comments