Public Attributes | |
int | fd |
char * | buf |
size_t | bufsz |
int | offset |
Detailed Description
Member Data Documentation
◆ buf
char* l_udp_t::buf |
Definition at line 34 of file ModUdp.cc.
Referenced by logfile_mod_udp_close(), logfile_mod_udp_flush(), logfile_mod_udp_open(), and logfile_mod_udp_writeline().
◆ bufsz
size_t l_udp_t::bufsz |
Definition at line 35 of file ModUdp.cc.
Referenced by logfile_mod_udp_open(), and logfile_mod_udp_writeline().
◆ fd
int l_udp_t::fd |
Definition at line 33 of file ModUdp.cc.
Referenced by logfile_mod_udp_close(), logfile_mod_udp_open(), and logfile_mod_udp_write().
◆ offset
int l_udp_t::offset |
Definition at line 36 of file ModUdp.cc.
Referenced by logfile_mod_udp_flush(), and logfile_mod_udp_writeline().
The documentation for this struct was generated from the following file:
- src/log/ModUdp.cc