Changeset 50070 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 14, 2014 3:34:55 AM (11 years ago)
- Location:
- trunk/src/VBox/Devices/Network/lwip-new/vbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp
r48108 r50070 149 149 } 150 150 151 lwip_sys_sem_wait(&g_LwipCore.LwipTcpIpSem , 0);151 lwip_sys_sem_wait(&g_LwipCore.LwipTcpIpSem); 152 152 ++g_LwipCore.iLWIPInitiatorCounter; 153 153 } … … 212 212 213 213 if (lwipRc == ERR_OK) 214 lwip_sys_sem_wait(&g_LwipCore.LwipTcpIpSem , 0);214 lwip_sys_sem_wait(&g_LwipCore.LwipTcpIpSem); 215 215 } 216 216 -
trunk/src/VBox/Devices/Network/lwip-new/vbox/include/lwip-namespace.h
r48439 r50070 148 148 #define sys_sem_new lwip_sys_sem_new 149 149 #define sys_sem_signal lwip_sys_sem_signal 150 #define lwip_sys_sem_wait lwip_sys_arch_sem_wait150 #define lwip_sys_sem_wait sys_sem_wait 151 151 #define sys_arch_sem_wait lwip_sys_arch_sem_wait 152 152 #endif
Note:
See TracChangeset
for help on using the changeset viewer.