diff options
author | Sverker Eriksson <[email protected]> | 2017-03-02 19:58:04 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-03-22 15:27:17 +0100 |
commit | b9240f72148c536b038c0d26b1ef83da7c951429 (patch) | |
tree | f76d58bafb78552121d930eecea8aed1109a419c /erts/emulator/beam/erl_db_hash.h | |
parent | dc7048b07adc0bf7f6dc841bbb210d950e7a6ba9 (diff) | |
download | otp-b9240f72148c536b038c0d26b1ef83da7c951429.tar.gz otp-b9240f72148c536b038c0d26b1ef83da7c951429.tar.bz2 otp-b9240f72148c536b038c0d26b1ef83da7c951429.zip |
erts: Improve reduction count during table cleanup
Diffstat (limited to 'erts/emulator/beam/erl_db_hash.h')
-rw-r--r-- | erts/emulator/beam/erl_db_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_db_hash.h b/erts/emulator/beam/erl_db_hash.h index cd02418370..c340c72311 100644 --- a/erts/emulator/beam/erl_db_hash.h +++ b/erts/emulator/beam/erl_db_hash.h @@ -75,7 +75,7 @@ typedef struct db_table_hash { ** table types. The process is always an [in out] parameter. */ void db_initialize_hash(void); -void db_unfix_table_hash(DbTableHash *tb /* [in out] */); +SWord db_unfix_table_hash(DbTableHash *tb); Uint db_kept_items_hash(DbTableHash *tb); /* Interface for meta pid table */ |