diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 13:37:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 14:04:39 -0400 |
commit | f095481862ccd175d297da67d0e313d135bd75c3 (patch) | |
tree | a98a6c1bce4e0eed3c844794b882707b5bc7396d /src/bftw.h | |
parent | 92a4f07352c6afd7b02785f94249daa2ad693bdd (diff) | |
download | bfs-f095481862ccd175d297da67d0e313d135bd75c3.tar.xz |
eval: Print more information on filesystem loops
Diffstat (limited to 'src/bftw.h')
-rw-r--r-- | src/bftw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |