rx_arping handle sigchld (#691)

* rx_arping pclose gave -1 due to sigchld being ignored, fixed with sig handler doing a wait
This commit is contained in:
Dhanya Thattil
2023-03-16 11:57:30 +01:00
committed by GitHub
parent 532f76ed4f
commit bc46d0f6ab
3 changed files with 14 additions and 7 deletions

View File

@ -28,7 +28,7 @@ class Arping {
void StopProcess();
private:
void TestCommands();
void TestForErrors();
std::string ExecuteCommands();
void ProcessExecution();