From f095481862ccd175d297da67d0e313d135bd75c3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 27 May 2024 13:37:49 -0400 Subject: eval: Print more information on filesystem loops --- src/bftw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bftw.h') diff --git a/src/bftw.h b/src/bftw.h index 8656ca7..a2a201c 100644 --- a/src/bftw.h +++ b/src/bftw.h @@ -56,6 +56,8 @@ struct BFTW { enum bfs_type type; /** The errno that occurred, if type == BFS_ERROR. */ int error; + /** For filesystem loops, the length of the loop prefix. */ + size_t loopoff; /** A parent file descriptor for the *at() family of calls. */ int at_fd; -- cgit v1.2.3