Changeset 10681 in vbox for trunk/src/VBox/Devices/Network/testcase
- Timestamp:
- Jul 15, 2008 8:00:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33396
- Location:
- trunk/src/VBox/Devices/Network/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp
r10663 r10681 123 123 } 124 124 125 RTThreadSleep(1000); 125 126 SUPTerm(false /* not forced */); 126 127 -
trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp
r10558 r10681 29 29 #undef INTNETR0DECL 30 30 #define INTNETR0DECL INTNETR3DECL 31 #undef DECLR0CALLBACKMEMBER 32 #define DECLR0CALLBACKMEMBER(type, name, args) DECLR3CALLBACKMEMBER(type, name, args) 31 33 #include <VBox/intnet.h> 32 34 #include <VBox/sup.h>
Note:
See TracChangeset
for help on using the changeset viewer.