Ignore:
Timestamp:
2013-02-08T20:45:34Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49f2f29
Parents:
603a0a4
Message:

libusbvirt: Make descriptor pointer const.

We don't need to modify those.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/include/usbvirt/device.h

    r603a0a4 rc5f4e6a  
    224224        usbvirt_device_ops_t *ops;
    225225        /** Device descriptors. */
    226         usbvirt_descriptors_t *descriptors;
     226        const usbvirt_descriptors_t *descriptors;
    227227        /** Current device address.
    228228         * You shall treat this field as read only in your code.
Note: See TracChangeset for help on using the changeset viewer.