ppc_log_add.c File Reference

Go to the source code of this file.

Typedefs

typedef struct ppc_log_add_s ppc_log_add_t

Functions

int syslog_to_klog (int level)
int server_ppc_cmd_log_add (server_t *s, int level, const char *str)
int server_ppc_cb_log_add (ppc_t *ppc, int fd, unsigned char cmd, char *data, size_t size, void *vso)

Typedef Documentation

typedef struct ppc_log_add_s ppc_log_add_t

Definition at line 29 of file ppc_log_add.c.


Function Documentation

int server_ppc_cb_log_add ( ppc_t ppc,
int  fd,
unsigned char  cmd,
char *  data,
size_t  size,
void *  vso 
)

Definition at line 76 of file ppc_log_add.c.

int server_ppc_cmd_log_add ( server_t s,
int  level,
const char *  str 
)

Definition at line 52 of file ppc_log_add.c.

int syslog_to_klog ( int  level  ) 

Definition at line 31 of file ppc_log_add.c.