Detailed Description
This is a low level interface for gearman server connections. This is used internally by the server interface, so you probably want to look there first.
Function Documentation
Initialize a server packet structure.
Definition at line 21 of file packet.c.
Free a server connection structure.
Definition at line 60 of file packet.c.
Add a server packet structure to io queue for a connection.
Definition at line 88 of file packet.c.
Remove the first server packet structure from io queue for a connection.
Definition at line 153 of file packet.c.
Add a server packet structure to proc queue for a connection.
Definition at line 166 of file packet.c.
Remove the first server packet structure from proc queue for a connection.
Definition at line 177 of file packet.c.