VirtualBox

Ignore:
Timestamp:
Jun 22, 2011 7:30:06 PM (13 years ago)
Author:
vboxsync
Message:

*: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter from uint32_t to uint64_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/USBProxyService.h

    r36993 r37596  
    256256private:
    257257    /** File handle to the '/proc/bus/usb/devices' file. */
    258     RTFILE mFile;
     258    RTFILE mhFile;
    259259    /** Pipe used to interrupt wait(), the read end. */
    260     RTFILE mWakeupPipeR;
     260    RTPIPE mhWakeupPipeR;
    261261    /** Pipe used to interrupt wait(), the write end. */
    262     RTFILE mWakeupPipeW;
     262    RTPIPE mhWakeupPipeW;
    263263    /** The root of usbfs. */
    264264    Utf8Str mDevicesRoot;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette