X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2Ffx2lafw.h;h=c68b4aecda0ec2cfca53e3b5e914557fd5fef78b;hb=f086b83011b1282f62f0058872f333aef4bf9daa;hp=727c0fa6d8b9147ba692bf808f0296cfc29c125c;hpb=2769eed9917aeb6e549b90be4925a4c192a92309;p=libsigrok.git diff --git a/hardware/fx2lafw/fx2lafw.h b/hardware/fx2lafw/fx2lafw.h index 727c0fa6..c68b4aec 100644 --- a/hardware/fx2lafw/fx2lafw.h +++ b/hardware/fx2lafw/fx2lafw.h @@ -60,7 +60,7 @@ struct fx2lafw_profile { uint32_t dev_caps; }; -struct context { +struct dev_context { const struct fx2lafw_profile *profile; /* @@ -89,6 +89,9 @@ struct context { void *session_dev_id; struct sr_usb_dev_inst *usb; + + unsigned int num_transfers; + struct libusb_transfer **transfers; }; #endif