mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-07-02 05:35:11 +00:00
tunnel component & update vehicle abstraction example (#8)
This commit is contained in:
@@ -196,7 +196,7 @@ void CWatchDog::ProcessTerminated(/*in*/ sdv::process::TProcessID tProcessID, /*
|
||||
// Inform the connection about the removed process.
|
||||
for (auto& rptrConnection : vecDisconnectedConnections)
|
||||
{
|
||||
rptrConnection->SetStatus(sdv::ipc::EConnectStatus::disconnected_forced);
|
||||
rptrConnection->SetConnectState(sdv::ipc::EConnectState::disconnected_forced);
|
||||
|
||||
#if ENABLE_REPORTING > 0
|
||||
TRACE("Forced disconnection for PID#", tProcessID);
|
||||
|
||||
Reference in New Issue
Block a user