unixsock plugin: Moved the `parse_identifier' code to `common.c'
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 31 May 2007 21:16:06 +0000 (23:16 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 31 May 2007 21:16:06 +0000 (23:16 +0200)
commitd74858511c39ddbb8ac8b8ee7cde7aaf1e83f92e
treeadef05be8544446545031c7a7c4ab649e660efef
parent2cce6f0069de350ff968c414a9ff30ad5ef451f2
unixsock plugin: Moved the `parse_identifier' code to `common.c'

The new function `parse_values' in `common.c' can be used to parse
`time:value0:value1:...', as used by RRDTool, the unixsock plugin and, in the
very near future, the exec plugin.
src/common.c
src/common.h
src/perl.c
src/unixsock.c