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)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 15 Nov 2019 18:08:12 +0000 (13:08 -0500)
commit701a09030b59bfa464c03252e0c9acbcfac1fc94
treef014337ecd20a98533da1aaa15997e200b973f86
parent887a999550012243bd280e653e52db8375bcb02f
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.024798 seconds and 4 git commands to generate.