summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-03-03 11:46:49 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-03-03 11:46:49 +0000
commitf046c2c792a22c2f5a06a596e85a41299f6128f8 (patch)
tree1ae2ca656248f7cd2d82b7eb1d6a357d211c47ae /sys
parent3c673804625753f4fd812bc0f2861a54ce559a49 (diff)
export the syncerproc variable.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index c300de86161..c8e7ca8b93a 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.h,v 1.35 2001/02/27 09:07:54 csapuntz Exp $ */
+/* $OpenBSD: proc.h,v 1.36 2001/03/03 11:46:48 art Exp $ */
/* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */
/*-
@@ -338,6 +338,7 @@ extern struct proclist deadproc; /* List of dead processes. */
extern struct simplelock deadproc_slock;
struct proc *initproc; /* Process slots for init, pager. */
+extern struct proc *syncerproc; /* filesystem syncer daemon */
#define NQS 32 /* 32 run queues. */
int whichqs; /* Bit mask summary of non-empty Q's. */