diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-30 17:27:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-30 17:27:51 +0000 |
commit | 3d9a0853ee57720e8023e9a013b65696e6685506 (patch) | |
tree | 8cdecad05369cd74fc60c309301720c2e4d79e36 /libtrivfs/trivfs.h | |
parent | a7693848023ea586eb42deb3a49eab6d22dae03c (diff) |
(struct trivfs_control): New member `lock'.
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r-- | libtrivfs/trivfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |