mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 07:10:41 -05:00
Part 2 of rev 1.68. Update comment to match reality now that vm_endcopy
exists and we no longer copy to the end of the struct. Forgotten by: alfred and green
This commit is contained in:
parent
378f3f5a17
commit
2965c04576
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ struct vmspace {
|
|||
struct pmap vm_pmap; /* private physical map */
|
||||
int vm_refcnt; /* number of references */
|
||||
struct shmmap_state *vm_shm; /* SYS5 shared memory private data XXX */
|
||||
/* we copy from vm_startcopy to the end of the structure on fork */
|
||||
/* we copy between vm_startcopy and vm_endcopy on fork */
|
||||
#define vm_startcopy vm_rssize
|
||||
segsz_t vm_rssize; /* current resident set size in pages */
|
||||
segsz_t vm_swrss; /* resident set size before last swap */
|
||||
|
|
|
|||
Loading…
Reference in a new issue