Commit 739193bc authored by Lucas Russo's avatar Lucas Russo

src/apps/ebpm/*: remove wait as SIGCHLD handler already does this

parent ac30db38
......@@ -329,10 +329,6 @@ int main (int argc, char *argv[])
if (child_devio_cfg_pid > 0) {
kill (child_devio_cfg_pid, DEVIO_KILL_CFG_SIGNAL);
}
/* Wait child up to 5 seconds before giving up waiting */
/* We can't use devio_spawn_chld as DEVIO does not exist
* just yet. So, we stick with "hutils" implementation */
hutils_wait_chld_timed (5000);
}
/* Destroy libclient */
bpm_client_destroy (&client_cfg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment