• Max Kellermann's avatar
    client: pass the client struct to processCommand() · 8b1b82b3
    Max Kellermann authored
    Start exporting the client struct as an opaque struct.  For now, pass
    it only to processCommand() and processListOfCommands(), and provide a
    function to extract the socket handle.  Later, we will propagate the
    pointer to all command implementations, and of course to
    client_print() etc.
    8b1b82b3
client.c 19.3 KB