aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>1998-11-11 10:04:13 +0000
committerDon Lewis <truckman@FreeBSD.org>1998-11-11 10:04:13 +0000
commit831d27a9f56da38cf007714c169d208e7b9739be (patch)
tree2bce7c99fd05ca07a117966c4c41f2f544ef20f3 /sys/sys/pipe.h
parent21ffb6774a08602e1208977da6c5a652d85d32b6 (diff)
downloadsrc-831d27a9f56da38cf007714c169d208e7b9739be.tar.gz
src-831d27a9f56da38cf007714c169d208e7b9739be.zip
Notes
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 7454cdf7a3ba..064334d689b0 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: pipe.h,v 1.9 1997/04/09 16:53:45 bde Exp $
+ * $Id: pipe.h,v 1.10 1998/03/26 20:53:26 phk Exp $
*/
#ifndef _SYS_PIPE_H_
@@ -102,7 +102,7 @@ struct pipe {
struct timespec pipe_atime; /* time of last access */
struct timespec pipe_mtime; /* time of last modify */
struct timespec pipe_ctime; /* time of status change */
- int pipe_pgid; /* process/group for async I/O */
+ struct sigio *pipe_sigio; /* information for SIGIO */
struct pipe *pipe_peer; /* link with other direction */
u_int pipe_state; /* pipe status info */
int pipe_busy; /* busy flag, mostly to handle rundown sanely */