VirtualBox

Changeset 8693 in vbox


Ignore:
Timestamp:
May 8, 2008 7:29:34 AM (17 years ago)
Author:
vboxsync
Message:

Linux additions: wait interruptible when performing HGCM requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/cmc.c

    r8155 r8693  
    3030{
    3131    VBoxDevice *dev = pvData;
    32     wait_event (dev->eventq, pHeader->fu32Flags & VBOX_HGCM_REQ_DONE);
     32    wait_event_interruptible (dev->eventq, pHeader->fu32Flags & VBOX_HGCM_REQ_DONE);
    3333}
    3434
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