summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 2592a8d..20b1092 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -112,6 +112,7 @@ struct pipe {
u_int pipe_state; /* pipe status info */
int pipe_busy; /* busy flag, mostly to handle rundown sanely */
int pipe_present; /* still present? */
+ ino_t pipe_ino; /* fake inode for stat(2) */
};
/*
OpenPOWER on IntegriCloud