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_util.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_util.h')
-rw-r--r-- | erts/emulator/beam/erl_db_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_db_util.h b/erts/emulator/beam/erl_db_util.h index 4fb285186e..72298842d7 100644 --- a/erts/emulator/beam/erl_db_util.h +++ b/erts/emulator/beam/erl_db_util.h @@ -175,7 +175,7 @@ typedef struct db_table_method DbTable* db /* [in out] */ ); int (*db_free_table)(DbTable* db /* [in out] */ ); - int (*db_free_table_continue)(DbTable* db); /* [in out] */ + SWord (*db_free_table_continue)(DbTable* db, SWord reds); void (*db_print)(fmtfn_t to, void* to_arg, |