diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-15 20:22:59 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-15 20:22:59 +0000 |
commit | e8ac42dc5d09570b2a65b411a966880f67a792a9 (patch) | |
tree | 6c2ca7500ee157fea5a60d20b8484e49b1eef589 /term/term.h | |
parent | 6436e3dfe7702d3f4f92379e1815c161ea930418 (diff) |
*** empty log message ***
Diffstat (limited to 'term/term.h')
-rw-r--r-- | term/term.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h index b30ac826..05c44b51 100644 --- a/term/term.h +++ b/term/term.h @@ -70,6 +70,9 @@ long termflags; #define NO_OWNER 0x00000200 /* there is no foreground_id */ #define ICKY_ASYNC 0x00000400 /* some user has set O_ASYNC */ +#define QUEUE_LOWAT 100 +#define QUEUE_HIWAT 300 + /* Global lock */ struct mutex global_lock; |