ze-filter  (ze-filter-0.8.0-develop-180218)
ze-ipc.c File Reference
#include <ze-sys.h>
#include "ze-libjc.h"

Go to the source code of this file.

Macros

#define USE_SOCKETPAIR   1
 

Functions

int open_channel (int *p)
 
int send_msg_channel (p, int msg, int who)
 
int recv_msg_channel (p, int *msg, int who)
 
bool send_message_pipe (int fd, int msg)
 
bool recv_message_pipe (int fd, int *msg)
 

Macro Definition Documentation

◆ USE_SOCKETPAIR

#define USE_SOCKETPAIR   1

Definition at line 28 of file ze-ipc.c.

Function Documentation

◆ open_channel()

int open_channel ( int *  p)

Definition at line 39 of file ze-ipc.c.

◆ recv_message_pipe()

bool recv_message_pipe ( int  fd,
int *  msg 
)

Definition at line 158 of file ze-ipc.c.

◆ recv_msg_channel()

int recv_msg_channel ( ,
int *  msg,
int  who 
)

Definition at line 90 of file ze-ipc.c.

◆ send_message_pipe()

bool send_message_pipe ( int  fd,
int  msg 
)

Definition at line 126 of file ze-ipc.c.

◆ send_msg_channel()

int send_msg_channel ( ,
int  msg,
int  who 
)

Definition at line 54 of file ze-ipc.c.