Public Types | |
enum | { BG_COMM_QUIT, BG_COMM_ABORT, BG_COMM_TRANSFERPF } |
Data Fields | |
enum bg_comm_t:: { ... } | comm_type |
union { | |
struct { | |
int len | |
} transferpf | |
} | comm_data |
Definition at line 69 of file bg.c.
anonymous enum |
Definition at line 70 of file bg.c.
00070 { 00071 BG_COMM_QUIT, /* Quit original process. Write PID file, detach. */ 00072 BG_COMM_ABORT, /* Quit original process. */ 00073 BG_COMM_TRANSFERPF /* Sending pid_file. */ 00074 } comm_type;
union { ... } comm_data |
Referenced by bg_prepare_split(), and bg_send_pidfile().
enum { ... } comm_type |
Referenced by bg_prepare_split(), bg_send_pidfile(), and bg_send_quit().
struct { ... } transferpf |
Referenced by bg_prepare_split(), and bg_send_pidfile().