src/libcollectdclient: Add a library which abstracts talking to the `unixsock' plugin.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 26 Oct 2008 20:52:29 +0000 (21:52 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 8 Nov 2008 15:54:54 +0000 (16:54 +0100)
commit2090dc52cf05a0b05e5d31f1f47737a2be4006e5
treeb4cfce8242ea264109e722f1f00e14a55038c4d9
parentb3f9a3808f0919dabaa17707c7c4f5ed75df99cc
src/libcollectdclient: Add a library which abstracts talking to the `unixsock' plugin.
configure.in
src/Makefile.am
src/libcollectdclient/Makefile.am [new file with mode: 0644]
src/libcollectdclient/client.c [new file with mode: 0644]
src/libcollectdclient/client.h [new file with mode: 0644]