diff options
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r-- | sys/sys/pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index 36e3021..d60185a 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -96,6 +96,7 @@ struct pipemapping { #define PIPE_DIRECTW 0x400 /* Pipe direct write active. */ #define PIPE_DIRECTOK 0x800 /* Direct mode ok. */ #define PIPE_NAMED 0x1000 /* Is a named pipe. */ +#define PIPE_SAMEWGEN 0x2000 /* same write generation for named pipes. */ /* * Per-pipe data structure. |