My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Functions | Variables
socket_msu.h File Reference
#include "msu_type.h"
#include "msu_message.h"

Go to the source code of this file.

Classes

struct  socket_msg
 

Macros

#define SOCKET_MSU_TYPE_ID   10
 

Functions

int msu_monitor_fd (int fd, uint32_t events, struct local_msu *destination, struct msu_msg_hdr *hdr)
 
int msu_remove_fd_monitor (int fd)
 

Variables

struct msu_type SOCKET_MSU_TYPE
 

Macro Definition Documentation

#define SOCKET_MSU_TYPE_ID   10

Definition at line 33 of file socket_msu.h.

Function Documentation

int msu_monitor_fd ( int  fd,
uint32_t  events,
struct local_msu destination,
struct msu_msg_hdr hdr 
)

Definition at line 58 of file socket_msu.c.

int msu_remove_fd_monitor ( int  fd)

Definition at line 87 of file socket_msu.c.

Variable Documentation

struct msu_type SOCKET_MSU_TYPE

Definition at line 34 of file socket_msu.h.