Add new net command for text logging
authorJens Axboe <axboe@kernel.dk>
Sat, 3 Mar 2012 19:28:07 +0000 (20:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 3 Mar 2012 19:28:07 +0000 (20:28 +0100)
commit084d1c6f817eacaaefa1de4f0637ef6c1405d74b
treeadcb14ec097809eeda0cd2d5a62c5590047d70f9
parent0b8d11ed135ac467c071c2ae0fe4f3a69a3b8feb
Add new net command for text logging

Encapsulate the text in a payload, that also includes the
logging level and the time the event took place. The text
client will do as it always has done, but the gui client
can now do proper logging and knows if this is debug/info
or error messages.

No functional change in the GUI.

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