Changeset 19886 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- May 21, 2009 3:19:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c
r8245 r19886 67 67 { 68 68 pThis->u32Magic = RTSEMEVENTMULTI_MAGIC; 69 pThis->fState = 0; 69 70 init_waitqueue_head(&pThis->Head); 70 71 *pEventMultiSem = pThis;
Note:
See TracChangeset
for help on using the changeset viewer.