Ignore:
Timestamp:
2013-02-08T16:04:52Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a5a7711
Parents:
711f5fb8
Message:

libusbvirt: Make pointer to handler array const.

File:
1 edited

Legend:

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

    r711f5fb8 r81da273b  
    197197         * Last handler is expected to have the @c callback field set to NULL
    198198         */
    199         usbvirt_control_request_handler_t *control;
     199        const usbvirt_control_request_handler_t *control;
    200200        /** Callback when device changes state.
    201201         *
Note: See TracChangeset for help on using the changeset viewer.