summaryrefslogtreecommitdiff
path: root/misc/fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-10-20 18:11:01 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-10-20 18:11:01 +0000
commit7f4bb6c6e832b38b8e52b4bcc143f99a4059dcec (patch)
tree05a7f766273a4995c3044cce6b859d24c7985e03 /misc/fsck.h
parent7671433a9daad089af037f84b365d640e1adf252 (diff)
downloade2fsprogs-7f4bb6c6e832b38b8e52b4bcc143f99a4059dcec.tar.gz
ChangeLog, fsck.c, fsck.h:
fsck.c (wait_one): If the fsck process just started, wait a second before sending a SIGUSR1, to give it a chance to set the signal handler; otherwise, fsck will die on an unhandled SIGUSR1.
Diffstat (limited to 'misc/fsck.h')
-rw-r--r--misc/fsck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/fsck.h b/misc/fsck.h
index 3efd9541..693f9efd 100644
--- a/misc/fsck.h
+++ b/misc/fsck.h
@@ -49,6 +49,7 @@ struct fsck_instance {
int pid;
int flags;
int exit_status;
+ time_t start_time;
char * prog;
char * type;
char * device;