Add iolog_ prefix to exported functions in iolog_util.c

This commit is contained in:
Todd C. Miller
2019-10-24 20:04:33 -06:00
parent aaf5d0dc6e
commit 56c21243d7
8 changed files with 42 additions and 41 deletions

View File

@@ -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) {