FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
syslog_msg_t Struct Reference

syslog message More...

+ Collaboration diagram for syslog_msg_t:

Data Fields

syslog_header_t header
 header More...
 
u8 ** structured_data
 structured data RFC5424 6.3. More...
 
u32 curr_sd_index
 
u8msg
 free-form message RFC5424 6.4. More...
 

Detailed Description

syslog message

Definition at line 95 of file syslog.h.

Field Documentation

◆ curr_sd_index

u32 syslog_msg_t::curr_sd_index

Definition at line 102 of file syslog.h.

◆ header

syslog_header_t syslog_msg_t::header

header

Definition at line 98 of file syslog.h.

◆ msg

u8* syslog_msg_t::msg

free-form message RFC5424 6.4.

Definition at line 105 of file syslog.h.

◆ structured_data

u8** syslog_msg_t::structured_data

structured data RFC5424 6.3.

Definition at line 101 of file syslog.h.


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