]> git.itanic.dy.fi Git - rrdd/commit
onewire_parser: Add support for reading data from file system
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 24 Jul 2016 12:42:16 +0000 (15:42 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sun, 24 Jul 2016 13:02:04 +0000 (16:02 +0300)
commit761f6a7a45bf8882a7694b3a107e35c8a8b868bb
tree0a81d8908a62368e0fbedeb4cc928ff703d43a35
parent0d9d53dd15194d607f81a82db97403c37fb2f126
onewire_parser: Add support for reading data from file system

Reading data from file system might be preferrable for example when
older ownet client code is in use and that is causing memory leaks.

In principle the logic is all the same regardless which method is
used, only the read method is different.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
onewire_parser.c