diff options
author | Sverker Eriksson <[email protected]> | 2014-09-12 14:21:36 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-09-12 14:21:36 +0200 |
commit | 4530f4dc9eee2ec4f5831a4aab70fda6301cb3bb (patch) | |
tree | 65e1ef8fba05d04948e0d06bc9c4e674262e1863 /erts/emulator/beam/erl_drv_nif.h | |
parent | 421cd880f2e2a63b8f4a5444200c2c5b3b8c1f3e (diff) | |
parent | faa53bd63b428d41c5ae3f67daf487947718e2a6 (diff) | |
download | otp-4530f4dc9eee2ec4f5831a4aab70fda6301cb3bb.tar.gz otp-4530f4dc9eee2ec4f5831a4aab70fda6301cb3bb.tar.bz2 otp-4530f4dc9eee2ec4f5831a4aab70fda6301cb3bb.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/erl_drv_nif.h')
-rw-r--r-- | erts/emulator/beam/erl_drv_nif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_drv_nif.h b/erts/emulator/beam/erl_drv_nif.h index 3f829ea7ea..4e8c6dc68b 100644 --- a/erts/emulator/beam/erl_drv_nif.h +++ b/erts/emulator/beam/erl_drv_nif.h @@ -35,6 +35,7 @@ typedef struct { int scheduler_threads; int nif_major_version; int nif_minor_version; + int dirty_scheduler_support; } ErlDrvSysInfo; typedef struct { |