src/rrd_{client,daemon}.c: Move to a ASCII only protocol.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Mon, 23 Jun 2008 19:56:03 +0000 (21:56 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Mon, 23 Jun 2008 19:56:03 +0000 (21:56 +0200)
commit7c1813445012ad944e2d19c00acbb6809a5341bc
tree02bba285cea1228a552371080d4a89c353dd0b6d
parentc79dba571aa6c15bd49286e4f2dc2a10be7a52ff
src/rrd_{client,daemon}.c: Move to a ASCII only protocol.

Previously the fields were separated by Null-bytes. This is basically
not possible to type in using telnet or something similar. Moving to a
protocol that's easy to type in manually is hopefully easier to debug
and use in the long run.
src/rrd_client.c
src/rrd_daemon.c