From 5711e07ca4186f3ce744d2d29ed57d9bc16a0ee0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Dec 1995 00:57:50 +0000 Subject: (input_path_lock): New variable. --- term/term.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'term/term.h') 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; -- cgit v1.2.3