]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/pipe.h
xnu-1699.24.8.tar.gz
[apple/xnu.git] / bsd / sys / pipe.h
index 71557f0b07bb1137ce40d9d0567c28cdc026af25..f45128bfb467a8e7e56f2e221eacdd5a6a9414ab 100644 (file)
@@ -132,6 +132,8 @@ struct pipemapping {
 #define PIPE_KNOTE     0x1000   /* Pipe has kernel events activated */
 #define PIPE_DRAIN     0x2000  /* Waiting for I/O to drop for a close.  Treated like EOF;
                                        only separate for easier debugging. */
+#define PIPE_WSELECT   0x4000  /* Some thread has done an FWRITE select on the pipe */
+#define PIPE_DEAD      0x8000  /* Pipe is dead and needs garbage collection */
 
 #ifdef KERNEL