diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-06 19:58:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-06 19:58:53 +0000 |
commit | 719c201174e1d8031a7f59ee58831363a500e45d (patch) | |
tree | 8544fb5dea72600f4a5ea87e0a9b5a1bd8c21e7b | |
parent | b2aa57fdbb2257ed31ae95b6b7c676505ab4fd66 (diff) |
Formerly pfinet.h.~4~
-rw-r--r-- | pfinet/pfinet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index ff9ea85c..fc564b3e 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -25,3 +25,6 @@ extern device_t master_device; void incoming_net_packet (void); extern struct proto_ops *proto_ops; + +struct mutex global_lock; + |