VirtualBox

Changeset 19894 in vbox


Ignore:
Timestamp:
May 21, 2009 3:52:49 PM (15 years ago)
Author:
vboxsync
Message:

SUPLibSem.cpp: Set cMillies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibSem.cpp

    r19892 r19894  
    6767    AssertReturn(Req.u.In.hSem == hSem, VERR_INVALID_HANDLE);
    6868    Req.u.In.uOp                = uOp;
    69     Req.u.In.cMillies           = 0;
     69    Req.u.In.cMillies           = cMillies;
    7070    int rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_SEM_OP, &Req, sizeof(Req));
    7171    if (RT_SUCCESS(rc))
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