Add iolog_ prefix to exported functions in iolog_util.c
This commit is contained in:
@@ -141,7 +141,7 @@ iolog_seekto(int iolog_dir_fd, const char *iolog_path,
|
||||
|
||||
/* Parse timing file until we reach the target point. */
|
||||
for (;;) {
|
||||
if (read_timing_record(&iolog_files[IOFD_TIMING], &timing) != 0)
|
||||
if (iolog_read_timing_record(&iolog_files[IOFD_TIMING], &timing) != 0)
|
||||
goto bad;
|
||||
sudo_timespecadd(&timing.delay, elapsed_time, elapsed_time);
|
||||
if (timing.event < IOFD_TIMING) {
|
||||
|
Reference in New Issue
Block a user