Public Attributes | |
int | fd |
char * | buf |
size_t | bufsz |
int | offset |
Detailed Description
Definition at line 23 of file ModStdio.cc.
Member Data Documentation
◆ buf
char* l_stdio_t::buf |
Definition at line 25 of file ModStdio.cc.
Referenced by logfile_mod_stdio_close(), logfile_mod_stdio_flush(), logfile_mod_stdio_open(), and logfile_mod_stdio_writeline().
◆ bufsz
size_t l_stdio_t::bufsz |
Definition at line 26 of file ModStdio.cc.
Referenced by logfile_mod_stdio_open(), and logfile_mod_stdio_writeline().
◆ fd
int l_stdio_t::fd |
Definition at line 24 of file ModStdio.cc.
Referenced by logfile_mod_stdio_close(), logfile_mod_stdio_open(), and logfileWriteWrapper().
◆ offset
int l_stdio_t::offset |
Definition at line 27 of file ModStdio.cc.
Referenced by logfile_mod_stdio_flush(), and logfile_mod_stdio_writeline().
The documentation for this struct was generated from the following file:
- src/log/ModStdio.cc