diff options
author | Rickard Green <[email protected]> | 2013-04-29 18:45:45 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-05-06 22:33:53 +0200 |
commit | d7b83a84c5de60ad6a6aa84eb634a36d0a1a88ff (patch) | |
tree | b3882847d820fd4b3c5e363256db79c149a1160b /erts/emulator/beam/erl_process.h | |
parent | 127f970059371d968238c8e461bc5c547b021899 (diff) | |
download | otp-d7b83a84c5de60ad6a6aa84eb634a36d0a1a88ff.tar.gz otp-d7b83a84c5de60ad6a6aa84eb634a36d0a1a88ff.tar.bz2 otp-d7b83a84c5de60ad6a6aa84eb634a36d0a1a88ff.zip |
Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 3d3579fa7e..232ab55e7f 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -507,6 +507,7 @@ struct ErtsSchedulerData_ { Uint64 reductions; ErtsSchedWallTime sched_wall_time; + ErtsPortTaskHandle nosuspend_port_task_handle; #ifdef ERTS_DO_VERIFY_UNUSED_TEMP_ALLOC erts_alloc_verify_func_t verify_unused_temp_alloc; |