Changeset 13033 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris
- Timestamp:
- Oct 7, 2008 9:40:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c
r13032 r13033 1002 1002 * Pass foward messages when adjacent module can receive, otherwise queue them. 1003 1003 */ 1004 if (canputnext(pQueue)) )1004 if (canputnext(pQueue)) 1005 1005 putnext(pQueue, pMsg); 1006 1006 else … … 1029 1029 * Pass foward messages when adjacent module can receive, otherwise queue them. 1030 1030 */ 1031 if (canputnext(pQueue)) )1031 if (canputnext(pQueue)) 1032 1032 putnext(pQueue, pMsg); 1033 1033 else
Note:
See TracChangeset
for help on using the changeset viewer.