MCPcopy Create free account
hub / github.com/ashaduri/gsmartcontrol / cmdex_child_watch_handler

Function cmdex_child_watch_handler

src/applib/async_command_executor.cpp:47–50  ·  view source on GitHub ↗

Child process watcher callback

Source from the content-addressed store, hash-verified

45
46 /// Child process watcher callback
47 inline void cmdex_child_watch_handler(GPid arg_pid, int waitpid_status, gpointer data)
48 {
49 AsyncCommandExecutor::on_child_watch_handler(arg_pid, waitpid_status, data);
50 }
51
52
53 /// Child process stdout handler callback

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected