aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_util.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-09-12 20:09:31 +0200
committerSverker Eriksson <[email protected]>2017-09-12 20:09:31 +0200
commitc1677e8ef83416ad14faf61c61ee13cd3aebb0a4 (patch)
tree3969fb0e3279d5e73fbb549517509e810bf4123b /erts/emulator/beam/erl_db_util.h
parentef0a90d9ebf0922df027dce904fea989ce138a54 (diff)
parentdcb66b30a2115e2a57436d800ed41880e5be633e (diff)
downloadotp-c1677e8ef83416ad14faf61c61ee13cd3aebb0a4.tar.gz
otp-c1677e8ef83416ad14faf61c61ee13cd3aebb0a4.tar.bz2
otp-c1677e8ef83416ad14faf61c61ee13cd3aebb0a4.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/erl_db_util.h')
-rw-r--r--erts/emulator/beam/erl_db_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_db_util.h b/erts/emulator/beam/erl_db_util.h
index 1c99b661e4..6b126f35d6 100644
--- a/erts/emulator/beam/erl_db_util.h
+++ b/erts/emulator/beam/erl_db_util.h
@@ -220,6 +220,9 @@ typedef struct db_fixation {
Process* p;
} procs;
+ /* Number of fixations on table from procs.p
+ * Protected by table write lock or read lock + fixlock
+ */
Uint counter;
} DbFixation;