Changeset 62571 in vbox for trunk/src/VBox/Runtime/testcase/tstRTTcp-1.cpp
- Timestamp:
- Jul 26, 2016 3:58:26 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTTcp-1.cpp
r62477 r62571 42 42 static DECLCALLBACK(int) test3Server(RTSOCKET hSocket, void *pvUser) 43 43 { 44 RT_NOREF_PV(pvUser); 45 44 46 RTTestSetDefault(g_hTest, NULL); 45 47 char szBuf[4096]; … … 114 116 static DECLCALLBACK(int) test2Server(RTSOCKET hSocket, void *pvUser) 115 117 { 118 RT_NOREF_PV(pvUser); 119 116 120 RTTestSetDefault(g_hTest, NULL); 117 121 char szBuf[512];
Note:
See TracChangeset
for help on using the changeset viewer.