Skip to content
Snippets Groups Projects
Commit 66ec40b8 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

Revert "fix: parent-child ipc communication"

This reverts commit 5a5a1919.
parent d7480106
No related branches found
No related tags found
1 merge request!636Fix retry io error
Pipeline #22104 passed
......@@ -154,10 +154,10 @@ fn main_run(args: args::Run) -> ! {
drop(from_parent);
drop(to_parent);
let status = waitpid(child, None);
let msg = from_child.recv();
let status = waitpid(child, None);
// Restore termios configuration as planned
if let Some(tcattr) = tcattr.as_ref() {
tcsetattr(0, TCSADRAIN, tcattr).unwrap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment