-
- Downloads
VBOX: If polling for the current VM state fails for any reason, like vboxsvc...
VBOX: If polling for the current VM state fails for any reason, like vboxsvc crashing, do a temp exit for 24 hours. Before COM, polling for the current state wasn't as critical. If the poll operation failed, we would try again in one second anyway. After COM, it is used as a test to see if the communication channel between the wrapper and VirtualBox is still operational. If not, temp exit and hope things work the next attempt.
Showing
- samples/vboxwrapper/vbox_common.h 1 addition, 1 deletionsamples/vboxwrapper/vbox_common.h
- samples/vboxwrapper/vbox_mscom_impl.cpp 6 additions, 2 deletionssamples/vboxwrapper/vbox_mscom_impl.cpp
- samples/vboxwrapper/vbox_mscom_impl.h 1 addition, 1 deletionsamples/vboxwrapper/vbox_mscom_impl.h
- samples/vboxwrapper/vbox_vboxmanage.cpp 6 additions, 1 deletionsamples/vboxwrapper/vbox_vboxmanage.cpp
- samples/vboxwrapper/vbox_vboxmanage.h 1 addition, 1 deletionsamples/vboxwrapper/vbox_vboxmanage.h
- samples/vboxwrapper/vboxwrapper.cpp 7 additions, 1 deletionsamples/vboxwrapper/vboxwrapper.cpp
Loading
Please register or sign in to comment