src.ctf.fs: remove ctf_msg_iter_seek_whence parameter to medium ops seek
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 5 Nov 2019 20:18:01 +0000 (15:18 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 15 Nov 2019 21:10:12 +0000 (16:10 -0500)
commit9a4c10a7ffe8c63592898e108b02afa125d893d1
tree0ae8559e11e462607b5ba998a1a2171ef1df9444
parent3baf7da04dd683c808b0f478cf2322c79766778b
src.ctf.fs: remove ctf_msg_iter_seek_whence parameter to medium ops seek

It is useless, as there is a single value.  If we ever really need to
specify if the given offset is absolute or relative, we can add back a
parameter, as this is an internal API.  In the mean time, it's just an
annoyance.

Change-Id: I3eba79f51d9d5aee82d3bed6ce736459f8dbffa3
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
src/plugins/ctf/common/msg-iter/msg-iter.c
src/plugins/ctf/common/msg-iter/msg-iter.h
src/plugins/ctf/fs-src/data-stream-file.c
This page took 0.025259 seconds and 4 git commands to generate.