diff options
author | Sverker Eriksson <[email protected]> | 2017-04-25 17:51:31 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-09-15 10:04:59 +0200 |
commit | 23f09f3bbeb924b44fbcef882b1f0c24e90626bc (patch) | |
tree | 2d113d52f77ddae6a392ac99b25e501938cc6354 /erts/emulator/beam/sys.h | |
parent | 7b0c3b7e51bf6b13c95565c99cd80191525295e1 (diff) | |
download | otp-23f09f3bbeb924b44fbcef882b1f0c24e90626bc.tar.gz otp-23f09f3bbeb924b44fbcef882b1f0c24e90626bc.tar.bz2 otp-23f09f3bbeb924b44fbcef882b1f0c24e90626bc.zip |
erts: Add number of enif_select's to check_io_debug
Diffstat (limited to 'erts/emulator/beam/sys.h')
-rw-r--r-- | erts/emulator/beam/sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/sys.h b/erts/emulator/beam/sys.h index e2a21c0ecd..0bf2ecfc8b 100644 --- a/erts/emulator/beam/sys.h +++ b/erts/emulator/beam/sys.h @@ -790,6 +790,7 @@ void fini_getenv_state(GETENV_STATE *); typedef struct { int no_used_fds; int no_driver_select_structs; + int no_enif_select_structs; } ErtsCheckIoDebugInfo; int erts_check_io_debug(ErtsCheckIoDebugInfo *ip); |