diff options
| author | John Dyson <dyson@FreeBSD.org> | 1996-03-02 02:54:24 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1996-03-02 02:54:24 +0000 |
| commit | de5f6a77657312a9e058a0a362267093cda2db89 (patch) | |
| tree | 088df355e4c3ec1798e2e3f969ce6621e24b0125 /sys/vm/vm_object.h | |
| parent | 33309c7fc0044a15212dbd6588b84d97a599ab08 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 6226b8d68d90..74a6b6bcc5cb 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.h,v 1.25 1995/12/11 04:58:23 dyson Exp $ + * $Id: vm_object.h,v 1.26 1995/12/14 09:55:05 phk Exp $ */ /* @@ -93,6 +93,7 @@ struct vm_object { objtype_t type; /* type of pager */ vm_size_t size; /* Object size */ int ref_count; /* How many refs?? */ + int shadow_count; /* how many objects that this is a shadow for */ u_short flags; /* see below */ u_short paging_in_progress; /* Paging (in or out) so don't collapse or destroy */ int resident_page_count; /* number of resident pages */ |
