libamxp
1.4.0
Patterns C Implementation
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdarg.h>
#include <sys/wait.h>
#include <sys/prctl.h>
#include <sys/resource.h>
#include <signal.h>
#include <amxc/amxc.h>
#include <amxc/amxc_llist.h>
#include <amxp/amxp_subproc.h>
#include <amxp/amxp_signal.h>
#include <amxp/amxp_slot.h>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
static void | slot_sigchild_recieved (const char *const sig_name, const amxc_var_t *const data, void *const priv) |
static void | slot_child_proc_stopped (const char *const sig_name, const amxc_var_t *const data, void *const priv) |
int | main (void) |
int main | ( | void | ) |
Definition at line 93 of file main.c.
|
static |