VirtualBox

Changeset 8693

Show
Ignore:
Timestamp:
05/08/08 09:29:34 (4 months ago)
Author:
vboxsync
Message:

Linux additions: wait interruptible when performing HGCM requests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy