Changeset 11601 in vbox for trunk/src/VBox/Runtime/common/misc/req.cpp
- Timestamp:
- Aug 24, 2008 11:22:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/req.cpp
r8245 r11601 169 169 AssertRC(rc); 170 170 if (rc != VINF_SUCCESS) 171 break; 171 break; /** @todo r=bird: we're dropping requests here! Add 2nd queue that can hold them. (will fix when writing a testcase) */ 172 172 } 173 173 }
Note:
See TracChangeset
for help on using the changeset viewer.