automotive-dlt
dlt-system-syslog.c File Reference
#include <pthread.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <strings.h>
#include <errno.h>
#include "dlt-system.h"
Include dependency graph for dlt-system-syslog.c:

Go to the source code of this file.

Macros

#define RECV_BUF_SZ   1024
 

Functions

 DLT_IMPORT_CONTEXT (dltsystem)
 
int read_socket (int sock)
 
void syslog_thread (void *v_conf)
 
void start_syslog (DltSystemConfiguration *conf)
 

Variables

DltSystemThreads threads
 

Detailed Description

Author
Lassi Marttala lassi.nosp@m..lm..nosp@m.martt.nosp@m.ala@.nosp@m.partn.nosp@m.er.b.nosp@m.mw.de

Definition in file dlt-system-syslog.c.

Macro Definition Documentation

#define RECV_BUF_SZ   1024

Referenced by read_socket().

Function Documentation

DLT_IMPORT_CONTEXT ( dltsystem  )
int read_socket ( int  sock)

Definition at line 106 of file dlt-system-syslog.c.

References DLT_LOG, DLT_LOG_DEBUG, DLT_LOG_FATAL, DLT_LOG_INFO, DLT_STRING, and RECV_BUF_SZ.

Referenced by syslog_thread().

void start_syslog ( DltSystemConfiguration conf)

Variable Documentation

Definition at line 58 of file dlt-system-process-handling.c.