From: Philippe Proulx Date: Tue, 19 Feb 2019 16:59:26 +0000 (-0500) Subject: src.text.dmesg: implement "seek beginning" and "can seek beginning" methods X-Git-Tag: v2.0.0-pre5~165 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=12b0fa5148594fecfeb84e1ec10b6740ed9c09a6;hp=12b0fa5148594fecfeb84e1ec10b6740ed9c09a6;p=babeltrace.git 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 ---