Changeset 67984 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 16, 2017 8:24:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r62477 r67984 47 47 { 48 48 /** The wait queue entry. */ 49 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0) 50 wait_queue_entry_t WaitQE; 51 #else 49 52 wait_queue_t WaitQE; 53 #endif 50 54 /** The absolute timeout given as nano seconds since the start of the 51 55 * monotonic clock. */
Note:
See TracChangeset
for help on using the changeset viewer.