diff options
author | Sverker Eriksson <[email protected]> | 2018-05-07 18:18:17 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-05-08 14:38:43 +0200 |
commit | e7579f608a1bdb52271c57e9ad69a7752ea1371b (patch) | |
tree | 564e993798e57172de8c959d762b32616200638f /erts/emulator/beam/erl_db_util.h | |
parent | c500b0acdad588fa4c3d0cba15a9c61dc30a3190 (diff) | |
download | otp-e7579f608a1bdb52271c57e9ad69a7752ea1371b.tar.gz otp-e7579f608a1bdb52271c57e9ad69a7752ea1371b.tar.bz2 otp-e7579f608a1bdb52271c57e9ad69a7752ea1371b.zip |
erts: Rename untrapping db_free_*empty*_table
as it's now only used for empty tables by ets:new/2.
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 56689bcc03..73d242449e 100644 --- a/erts/emulator/beam/erl_db_util.h +++ b/erts/emulator/beam/erl_db_util.h @@ -183,7 +183,7 @@ typedef struct db_table_method SWord (*db_delete_all_objects)(Process* p, DbTable* db, SWord reds); - int (*db_free_table)(DbTable* db /* [in out] */ ); + int (*db_free_empty_table)(DbTable* db); SWord (*db_free_table_continue)(DbTable* db, SWord reds); void (*db_print)(fmtfn_t to, |