summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3fc360f..f37856f 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -151,6 +151,7 @@ struct pargs {
struct ithd;
struct kg_sched;
struct nlminfo;
+struct kaioinfo;
struct p_sched;
struct sleepqueue;
struct td_sched;
@@ -553,7 +554,7 @@ struct proc {
char p_step; /* (c) Process is stopped. */
u_char p_pfsflags; /* (c) Procfs flags. */
struct nlminfo *p_nlminfo; /* (?) Only used by/for lockd. */
- void *p_aioinfo; /* (?) ASYNC I/O info. */
+ struct kaioinfo *p_aioinfo; /* (?) ASYNC I/O info. */
struct thread *p_singlethread;/* (c + j) If single threading this is it */
int p_suspcount; /* (c) Num threads in suspended mode. */
struct thread *p_xthread; /* (c) Trap thread */
OpenPOWER on IntegriCloud