summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-20 00:57:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-20 00:57:50 +0000
commit5711e07ca4186f3ce744d2d29ed57d9bc16a0ee0 (patch)
treea7ab3c065149e55478f7d62ec934782c79e99eec /term/term.h
parentcd8351767deed966b20c4f240860d5198e6f04d9 (diff)
(input_path_lock): New variable.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h
index b9d9897e..3b1d2012 100644
--- a/term/term.h
+++ b/term/term.h
@@ -70,6 +70,9 @@ long termflags;
/* Global lock */
struct mutex global_lock;
+/* Special lock for the input queue path */
+struct mutex input_path_lock;
+
/* Wakeup when NO_CARRIER turns off */
struct condition carrier_alert;