Ubox
OpenWrt core utilities
log_head Struct Reference

#include <syslog.h>

Collaboration diagram for log_head:

Data Fields

unsigned int size
 
unsigned int id
 
int priority
 
int source
 
struct timespec ts
 
char data []
 

Detailed Description

Definition at line 28 of file syslog.h.

Field Documentation

◆ data

char log_head::data[]

Definition at line 34 of file syslog.h.

◆ id

unsigned int log_head::id

Definition at line 30 of file syslog.h.

◆ priority

int log_head::priority

Definition at line 31 of file syslog.h.

◆ size

unsigned int log_head::size

Definition at line 29 of file syslog.h.

◆ source

int log_head::source

Definition at line 32 of file syslog.h.

◆ ts

struct timespec log_head::ts

Definition at line 32 of file syslog.h.


The documentation for this struct was generated from the following file: