diff options
author | Rickard Green <[email protected]> | 2013-11-05 17:00:38 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-11-05 23:07:26 +0100 |
commit | e526cb32336afc4feb4b92665d31ccc2af3e741c (patch) | |
tree | d40cfe9ae54298816645bcb9286ded63d5260c70 /erts/emulator/sys/common/erl_mmap.h | |
parent | bb59a8fcf1f6cf4162a2a97c13087843d1b9dac4 (diff) | |
download | otp-e526cb32336afc4feb4b92665d31ccc2af3e741c.tar.gz otp-e526cb32336afc4feb4b92665d31ccc2af3e741c.tar.bz2 otp-e526cb32336afc4feb4b92665d31ccc2af3e741c.zip |
Replace the +MMscmgc switch with +MMscrfsd
Replaced the +MMscmgc switch with the +MMscrfsd switch. The old switch
didn't reflect what it controlled.
Diffstat (limited to 'erts/emulator/sys/common/erl_mmap.h')
-rw-r--r-- | erts/emulator/sys/common/erl_mmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/sys/common/erl_mmap.h b/erts/emulator/sys/common/erl_mmap.h index e6934dbb26..778a8e0e80 100644 --- a/erts/emulator/sys/common/erl_mmap.h +++ b/erts/emulator/sys/common/erl_mmap.h @@ -45,8 +45,8 @@ typedef struct { } predefined_area; UWord scs; /* super carrier size */ int sco; /* super carrier only? */ - Uint scmgc; /* super carrier: max guaranteed (number of) carriers */ - int scrpm; + UWord scrfsd; /* super carrier reserved free segment descriptors */ + int scrpm; /* super carrier reserve physical memory */ }ErtsMMapInit; #define ERTS_MMAP_INIT_DEFAULT_INITER \ |