diff options
Diffstat (limited to 'src/burn/engine/pipe.cpp')
-rw-r--r-- | src/burn/engine/pipe.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/pipe.cpp b/src/burn/engine/pipe.cpp index 48be8785..80275b52 100644 --- a/src/burn/engine/pipe.cpp +++ b/src/burn/engine/pipe.cpp | |||
@@ -710,6 +710,7 @@ static HRESULT ChildPipeConnected( | |||
710 | } | 710 | } |
711 | 711 | ||
712 | // All is well, tell the parent process. | 712 | // All is well, tell the parent process. |
713 | // TODO: consider sending BURN_PROTOCOL_VERSION as a way to verify compatibility. | ||
713 | hr = FileWriteHandle(hPipe, reinterpret_cast<LPCBYTE>(&dwAck), sizeof(dwAck)); | 714 | hr = FileWriteHandle(hPipe, reinterpret_cast<LPCBYTE>(&dwAck), sizeof(dwAck)); |
714 | ExitOnFailure(hr, "Failed to inform parent process that child is running."); | 715 | ExitOnFailure(hr, "Failed to inform parent process that child is running."); |
715 | 716 | ||