Code

src/utils_tail.[ch]: Added a generic interface for `tail'ing files.
authorLuke Heberling <collectd@c-ware.com>
Fri, 22 Feb 2008 16:18:30 +0000 (17:18 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 22 Feb 2008 16:18:30 +0000 (17:18 +0100)
commitb6daf13a37b3f3ec4b4b78bc4e97718efa2eeeeb
tree77309e6b8dd0dfb1bfe13119515956827a020dd9
parent93a27c977f84b90344f3f6ec6c0263fac6799fb1
src/utils_tail.[ch]: Added a generic interface for `tail'ing files.

This will be used to parse logfiles in the near future.
src/Makefile.am
src/utils_tail.c [new file with mode: 0644]
src/utils_tail.h [new file with mode: 0644]