diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-24 20:51:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-24 20:51:03 +0000 |
commit | a43a6000ff22bea2fda92139989414c6077b6c09 (patch) | |
tree | 2f969620dac358c1ec36f53120e7b505ce2d465d /libdiskfs | |
parent | ceb410e857cbc16464398507d200163d67c7abde (diff) |
(_diskfs_diskclean): New variable.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 392da145..df11c100 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -33,6 +33,9 @@ volatile struct mapped_time_value *_diskfs_mtime; extern struct argp_option diskfs_common_options[]; +/* Diskfs thinks the disk is clean if this is set. */ +extern int _diskfs_diskclean; + /* Needed for MiG. */ typedef struct protid *protid_t; |