]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command: Introduce struct command_context.
authorAndre Noll <maan@systemlinux.org>
Sat, 24 Dec 2011 00:22:58 +0000 (01:22 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jan 2012 21:57:07 +0000 (22:57 +0100)
This exposes a couple of variables which were previously local to
handle_connect() to the command handlers, allowing them to make use
of the full command context.

All newly exposed variables are stored in an instance of the new
structure, and the command handlers now take a pointer to such
a structure.

The patch is large but also straight forward.


No differences found