Changeset 33014 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 8, 2010 5:31:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r33012 r33014 171 171 * Initialize the wait queue related bits. 172 172 */ 173 init_wait( &pWait->WaitQE);173 init_wait((&pWait->WaitQE)); 174 174 pWait->pWaitQueue = pWaitQueue; 175 175 pWait->iWaitState = fFlags & RTSEMWAIT_FLAGS_INTERRUPTIBLE
Note:
See TracChangeset
for help on using the changeset viewer.