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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:38 +0000 (18:19 -0400)
commit12b0fa5148594fecfeb84e1ec10b6740ed9c09a6
tree43fae2b0c0d3440c4ee86ecdc31115cc5c91d24b
parenta02839aee1a57640e7fe6f64dea356478d386f89
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.025791 seconds and 4 git commands to generate.