summaryrefslogtreecommitdiffstats
path: root/sbin/dump/dump.h
diff options
context:
space:
mode:
authoriedowse <iedowse@FreeBSD.org>2002-02-16 20:22:26 +0000
committeriedowse <iedowse@FreeBSD.org>2002-02-16 20:22:26 +0000
commitcafeeb5d7be874d586a3728bd7361f5a495421af (patch)
tree0f2cc2d71524fe237caf317ec2d68debc75c7a24 /sbin/dump/dump.h
parent77112edb7c995791e7b74003c00e1e2656aab983 (diff)
downloadFreeBSD-src-cafeeb5d7be874d586a3728bd7361f5a495421af.zip
FreeBSD-src-cafeeb5d7be874d586a3728bd7361f5a495421af.tar.gz
On receipt of a SIGINFO, schedule an immediate printout of the
percentage complete and remaining time estimate. PR: bin/32138 Submitted by: mi
Diffstat (limited to 'sbin/dump/dump.h')
-rw-r--r--sbin/dump/dump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/dump.h b/sbin/dump/dump.h
index f265886..d9bff13 100644
--- a/sbin/dump/dump.h
+++ b/sbin/dump/dump.h
@@ -95,6 +95,7 @@ int tp_bshift; /* log2(TP_BSIZE) */
/* operator interface functions */
void broadcast __P((char *message));
+void infosch __P((int));
void lastdump __P((int arg)); /* int should be char */
void msg __P((const char *fmt, ...)) __printflike(1, 2);
void msgtail __P((const char *fmt, ...)) __printflike(1, 2);
OpenPOWER on IntegriCloud