Add a method to return a fake allocated transfer.
This commit is contained in:
@@ -451,3 +451,7 @@ func libusbSetDebug(c *libusbContext, lvl int) {
|
|||||||
func newDevicePointer() *libusbDevice {
|
func newDevicePointer() *libusbDevice {
|
||||||
return (*libusbDevice)(unsafe.Pointer(C.malloc(1)))
|
return (*libusbDevice)(unsafe.Pointer(C.malloc(1)))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func newFakeTransferPointer() *libusbTransfer {
|
||||||
|
return (*libusbTransfer)(unsafe.Pointer(C.malloc(1)))
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user