VirtualBox

Changeset 67802 in vbox


Ignore:
Timestamp:
Jul 5, 2017 2:36:01 PM (7 years ago)
Author:
vboxsync
Message:

bugref:8524: Additions/linux: play nicely with distribution-installed Additions
Add a todo to VBoxGuest.cpp regarding VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS.

A todo to enforce the new semantics of VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS
that VBOXGUEST_IOCTL_WAITEVENT may no longer be called in a session after
VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS has been called.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r64436 r67802  
    17271727
    17281728
     1729/** @todo the semantics of this IoCtl have been tightened, so that no calls to
     1730 *  VBOXGUEST_IOCTL_WAITEVENT are allowed in a session after it has been
     1731 *  called.  Change the code to make calls to VBOXGUEST_IOCTL_WAITEVENT made
     1732 *  after that to return VERR_INTERRUPTED or something appropriate. */
    17291733static int vgdrvIoCtl_CancelAllWaitEvents(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession)
    17301734{
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