src.text.dmesg: implement "seek beginning" and "can seek beginning" methods
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 19 Feb 2019 16:59:26 +0000 (11:59 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commitb2d0dc1147ed5cf8536e69f05b00a67e1fbe7b52
tree3adf35b21914deb6e292a34f078a3053e29efb0e
parent955b28d5be87b9ac7370705f1cc05bfade10e48b
src.text.dmesg: implement "seek beginning" and "can seek beginning" methods

It is possible to make a `src.text.dmesg` message iterator seek its
beginning when it's reading a file, not the standard input. Its "can
seek beginning" method indicates this.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/text/dmesg/dmesg.c
plugins/text/dmesg/dmesg.h
plugins/text/plugin.c
This page took 0.038803 seconds and 5 git commands to generate.