summaryrefslogtreecommitdiff
path: root/pfinet/sched.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-02-26 18:39:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-02-26 18:39:24 +0000
commit80e51110c951a8965ec065520da82c156eb08b2a (patch)
treec349b1507ef5422a02e2c211c7db79bd897ad20e /pfinet/sched.c
parentb29ed13ee30b799fd0f19cc2857977c26b2fbf7a (diff)
entered into RCS
Diffstat (limited to 'pfinet/sched.c')
-rw-r--r--pfinet/sched.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pfinet/sched.c b/pfinet/sched.c
index 14646e54..41059b3f 100644
--- a/pfinet/sched.c
+++ b/pfinet/sched.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -23,6 +23,7 @@
#include "pfinet.h"
struct mutex global_lock = MUTEX_INITIALIZER;
+struct mutex packet_queue_lock = MUTEX_INITIALIZER;
struct task_struct current_contents;
struct task_struct *current = &current_contents;