ze-filter  (ze-filter-0.8.0-develop-180218)
ze-main.h File Reference

Go to the source code of this file.

Macros

#define DT_SIGALRM   2
 
#define MSG_OK   0
 
#define MSG_TERM   1
 
#define MSG_CONF   2
 
#define MSG_RESET   4
 
#define MSG_DUMP   5
 

Functions

int send_msg_pipe (int[], int)
 
int recv_msg_pipe (int[], int *)
 

Variables

bool core_enabled
 
char sm_sock []
 
int pipe_filter [2]
 
int fd_pipe
 

Macro Definition Documentation

◆ DT_SIGALRM

#define DT_SIGALRM   2

Definition at line 28 of file ze-main.h.

◆ MSG_CONF

#define MSG_CONF   2

Definition at line 32 of file ze-main.h.

◆ MSG_DUMP

#define MSG_DUMP   5

Definition at line 34 of file ze-main.h.

◆ MSG_OK

#define MSG_OK   0

Definition at line 30 of file ze-main.h.

◆ MSG_RESET

#define MSG_RESET   4

Definition at line 33 of file ze-main.h.

◆ MSG_TERM

#define MSG_TERM   1

Definition at line 31 of file ze-main.h.

Function Documentation

◆ recv_msg_pipe()

int recv_msg_pipe ( int  [],
int *   
)

◆ send_msg_pipe()

int send_msg_pipe ( int  [],
int   
)

Variable Documentation

◆ core_enabled

bool core_enabled

Definition at line 31 of file ze-main.c.

◆ fd_pipe

int fd_pipe

Definition at line 360 of file ze-main.c.

◆ pipe_filter

int pipe_filter[2]

Definition at line 359 of file ze-main.c.

◆ sm_sock

char sm_sock[]