Initial commit: rrdd, rrdc, librrdc.so
authorFlorian Forster <octo@verplant.org>
Fri, 20 Jun 2008 17:55:05 +0000 (19:55 +0200)
committerFlorian Forster <octo@verplant.org>
Fri, 20 Jun 2008 17:55:05 +0000 (19:55 +0200)
commitd1bb7d8bba2159935609fcbf2cbc9b2ed33b5bb5
tree07ac135b878ce0a8f4a4c9e96f72a43bf1e3a01a
Initial commit: rrdd, rrdc, librrdc.so

Deamonization, socket opening and build system work, but the protocol is not
implemented yet. The protocol will be implemented in librrdc.so, so that
external programs can easily use the daemon.
12 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/librrdc.c [new file with mode: 0644]
src/rrdc.c [new file with mode: 0644]
src/rrdc.h [new file with mode: 0644]
src/rrdd.c [new file with mode: 0644]
src/rrdd.h [new file with mode: 0644]