PostgreSQL Source Code
git master
|
#include <syslogger.h>
Data Fields | |
char | nuls [2] |
uint16 | len |
int32 | pid |
bits8 | flags |
char | data [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 44 of file syslogger.h.
char PipeProtoHeader::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 50 of file syslogger.h.
Referenced by write_pipe_chunks().
bits8 PipeProtoHeader::flags |
Definition at line 49 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().
uint16 PipeProtoHeader::len |
Definition at line 47 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().
char PipeProtoHeader::nuls[2] |
Definition at line 46 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().
int32 PipeProtoHeader::pid |
Definition at line 48 of file syslogger.h.
Referenced by process_pipe_input(), and write_pipe_chunks().