From 3d9a0853ee57720e8023e9a013b65696e6685506 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 30 Mar 1995 17:27:51 +0000 Subject: (struct trivfs_control): New member `lock'. --- libtrivfs/trivfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index bbaa5f05..c0525af9 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -38,6 +38,7 @@ struct trivfs_peropen struct trivfs_control { struct port_info pi; + struct mutex lock; int protidtypes; mach_port_t underlying; struct pending_open *openshead, *openstail; -- cgit v1.2.3