table plugin, src/common: Un-escape '\t', '\n' and '\r' in column separators.
authorSebastian Harl <sh@tokkee.org>
Thu, 19 Feb 2009 12:14:35 +0000 (13:14 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 19 Feb 2009 12:14:35 +0000 (13:14 +0100)
commit8fa1cf1c6e1ff5337fdda19446aa42ee81c3d816
tree1d0a7f9420fdd499aaf47a47bb3aca1199c8c0ce
parentaec55dfa7f94fd4ff99cec0767e6ffed93a21339
table plugin, src/common: Un-escape '\t', '\n' and '\r' in column separators.

For this purpose, the function strunescape() has been added to the "common"
module. Currently, any escape sequence that's not '\t', '\n' or '\r' will be
expanded to the literal escaped character.
src/collectd.conf.pod
src/common.c
src/common.h
src/table.c