#include <pkg.h>
Definition at line 86 of file pkg.h.
◆ pkc_fd
TCP connection fd.
Definition at line 87 of file pkg.h.
◆ pkc_in_fd
todo these were added to support PKG_STDIO_MODE back in as an int pkc_in_fd |
input connection fd
Definition at line 98 of file pkg.h.
◆ pkc_out_fd
output connection fd
Definition at line 99 of file pkg.h.
◆ pkc_switch
Array of message handlers.
Definition at line 101 of file pkg.h.
◆ pkc_errlog
Error message logger.
Definition at line 102 of file pkg.h.
◆ pkc_hdr
hdr of cur msg
Definition at line 102 of file pkg.h.
◆ pkc_len
pkg_len, in host order
Definition at line 104 of file pkg.h.
◆ pkc_type
pkg_type, in host order
Definition at line 105 of file pkg.h.
◆ pkc_user_data
User defined pointer to data for the current pkg_type.
Definition at line 106 of file pkg.h.
◆ pkc_stream
output stream
Definition at line 108 of file pkg.h.
◆ pkc_magic
for validating pointers
Definition at line 109 of file pkg.h.
◆ pkc_strpos
index into stream buffer
Definition at line 110 of file pkg.h.
◆ pkc_inbuf
input stream buffer
Definition at line 112 of file pkg.h.
◆ pkc_incur
current pos in inbuf
Definition at line 113 of file pkg.h.
◆ pkc_inend
first unused pos in inbuf
Definition at line 114 of file pkg.h.
◆ pkc_inlen
length of pkc_inbuf
Definition at line 115 of file pkg.h.
◆ pkc_left
# bytes pkg_get expects
Definition at line 117 of file pkg.h.
◆ pkc_buf
start of dynamic buf
Definition at line 119 of file pkg.h.
◆ pkc_curpos
current position in pkg_buf
Definition at line 120 of file pkg.h.
◆ pkc_server_data
used to hold server data for callbacks
Definition at line 121 of file pkg.h.
The documentation for this struct was generated from the following file: