VirtualBox

Changeset 67798 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 5, 2017 2:06:40 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116720
Message:

bugref:8524: Additions/linux: play nicely with distribution-installed Additions
Update the documentation of VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS

This change updates the documentation of VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS
to reflect the fact that inside a given VBoxGuest session, calls to
VBOXGUEST_IOCTL_WAITEVENT after a call to CANCEL_ALL_WAITEVENTS are not
allowed, and may be actively blocked at some future point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r63456 r67798  
    287287/** IOCTL to VBoxGuest to interrupt (cancel) any pending WAITEVENTs and return.
    288288 * Handled inside the guest additions and not seen by the host at all.
     289 * After calling this, VBOXGUEST_IOCTL_WAITEVENT should no longer be called in
     290 * the same session.  At the time of writing this is not enforced; at the time
     291 * of reading it may be.
    289292 * @see VBOXGUEST_IOCTL_WAITEVENT */
    290293#define VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS       VBOXGUEST_IOCTL_CODE_(5, 0)
Note: See TracChangeset for help on using the changeset viewer.

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