Use a C99-style variadic macro rather than a variadic function
authorWouter Verhelst <w@uter.be>
Sat, 29 Dec 2012 11:52:13 +0000 (12:52 +0100)
committerWouter Verhelst <w@uter.be>
Sat, 29 Dec 2012 11:52:13 +0000 (12:52 +0100)
commit731f14e0551809787a2b7ff7be7bfd543e154b4f
tree2e7a209b6fc38d931c628c30add6eda3b7a485f8
parent0b1fbcd17a4abb284023c277f44a4e055709b0d8
Use a C99-style variadic macro rather than a variadic function

Since that function effectively only really calls one other function,
that should be somewhat more efficient.
nbd-server.c