mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 06:47:19 +00:00
[host] app: don't stop the lgmpTimer on session recovery
This commit is contained in:
parent
352cd2fafe
commit
8e706636d3
@ -149,7 +149,9 @@ static bool lgmpTimer(void * opaque)
|
|||||||
DEBUG_ERROR("LGMP reported the shared memory has been corrrupted, "
|
DEBUG_ERROR("LGMP reported the shared memory has been corrrupted, "
|
||||||
"attempting to recover");
|
"attempting to recover");
|
||||||
app.state = APP_STATE_REINIT;
|
app.state = APP_STATE_REINIT;
|
||||||
return false;
|
|
||||||
|
// this is not a termination state, don't stop the timer
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG_ERROR("lgmpHostProcess Failed: %s", lgmpStatusString(status));
|
DEBUG_ERROR("lgmpHostProcess Failed: %s", lgmpStatusString(status));
|
||||||
|
Loading…
Reference in New Issue
Block a user