GNUnet child management api. More...
Go to the source code of this file.
Typedefs | |
typedef void(* | GNUNET_ChildCompletedCallback) (void *cls, enum GNUNET_OS_ProcessStatusType type, long unsigned int exit_code) |
Defines a GNUNET_ChildCompletedCallback which is sent back upon death or completion of a child process. More... | |
Functions | |
struct GNUNET_ChildWaitHandle * | GNUNET_wait_child (struct GNUNET_OS_Process *proc, GNUNET_ChildCompletedCallback cb, void *cb_cls) |
Starts the handling of the child processes. More... | |
void | GNUNET_wait_child_cancel (struct GNUNET_ChildWaitHandle *cwh) |
Stop waiting on this child. More... | |
GNUnet child management api.
Definition in file gnunet_child_management_lib.h.