- Timestamp:
- May 17, 2013 8:51:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp
r44875 r46138 297 297 ASMAtomicWriteBool(&g_fCanceled, true); 298 298 299 if ( !g_pEventQ)299 if (g_pEventQ) 300 300 { 301 301 int rc = g_pEventQ->interruptEventQueueProcessing(); … … 752 752 * processes NULL events signalling event loop termination. 753 753 */ 754 g_pEventQ->processEventQueue(50 0 / 10);754 g_pEventQ->processEventQueue(50); 755 755 756 756 if (g_fCanceled)
Note:
See TracChangeset
for help on using the changeset viewer.