Changeset 19887 in vbox for trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c
- Timestamp:
- May 21, 2009 3:23:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c
r8245 r19887 67 67 { 68 68 pEventInt->u32Magic = RTSEMEVENT_MAGIC; 69 pEventInt->fState = 0; 69 70 init_waitqueue_head(&pEventInt->Head); 70 71 *pEventSem = pEventInt;
Note:
See TracChangeset
for help on using the changeset viewer.