bg_comm_t Struct Reference

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

Detailed Description

Definition at line 69 of file bg.c.


Member Enumeration Documentation

anonymous enum
Enumerator:
BG_COMM_QUIT 
BG_COMM_ABORT 
BG_COMM_TRANSFERPF 

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;


Field Documentation

union { ... } comm_data
enum { ... } comm_type
int len

Definition at line 77 of file bg.c.

struct { ... } transferpf

The documentation for this struct was generated from the following file:

Generated on 7 Sep 2016 for Eggdrop by  doxygen 1.6.1