Add protocol support for an arbitrary number of command line arguments
authorJens Axboe <axboe@kernel.dk>
Sat, 8 Oct 2011 19:07:29 +0000 (21:07 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 8 Oct 2011 19:07:29 +0000 (21:07 +0200)
commitfa2ea806de0d6410320abd97599bc52f5a3e72cc
tree78ebbf7675960a5aabea8ca8dedcedcb4698ca43
parent72ddbe7981ab5d1c0eb64c952b29bdf6505afdec
Add protocol support for an arbitrary number of command line arguments

Make it more efficient as well, don't pass a lot of potentially
padded space, pass only the exact amount required.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c
init.c
server.c
server.h